I have several Singletons in my app, and I just added a new one, along with its entry in qmldir. It consists of nothing but an empty Item. It is not referenced anywhere in the code. I ran my app, and it worked fine.
Then I added the ‘import “.”’ required by QTBUG-34418 to the new Singleton, knowing that it would need to reference other Singletons.
Upon running my app again, the ApplicationWindow doesn’t open. Nothing happens; no feedback at all, but the process is running. When I remove the import statement and run again, it works fine.
Has anyone seen this?
↧