Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.2.0, Qt Creator 4.2.1
-
Windows 10 64-bit
-
86e16c9e142c9b8bc7ae7f98aeb51892eab36fa3, qtdeclarative/f88ac9d7e35167a954881e5c81e1a4ce543f54ed
Description
I have a strange problem, that is occuring in many of my projects that Qt Creator is listing my .qrc files and their contents as "source" and is displaying them along with .cpp files ("Project" tab).
I am not sure but I have found two things that may be the cause of the problem:
- adding CONFIG += qtquickcompiler to .pro file
- adding to RESOURCES in .pro file a .qrc file that is outside of the project directory. Not sure if the path needs to start with "../" or "../../" to cause the problem.
In the attached zip .pro file is located in A/AA/AAA directory. The project works well with qtquickcompiler disabled (on Debug), but does not otherwise (on Release). Switch build types to see results.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-20879 QML files duplicated under the qrc file and under Sources
-
- Closed
-
- relates to
-
QTCREATORBUG-18195 Also show resources and their files under Resources when Qt Quick Compiler is used
-
- Closed
-
- replaces
-
QTCREATORBUG-21850 Left sidebar display problem
-
- Closed
-