Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
1.11.1
-
None
Description
I'm using Qbs bundled with Qt Creator 4.6.2.
If i enable the Qt Quick Compiler in a product, using
Qt.quick.useCompiler: true
then I can't browse the contents in the resource files used in that product. The qrc file itself shows up in the project tree, but not the arrow/triangle letting me expand the node and show the files inside.
Setting the "useCompiler" property to false makes the expand-arrow appear again.
Also, the files in the qrc file are not found using the ctrl-k search menu when the compiler is enabled.