Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.5.0, Qt Creator 4.6.0
-
Windows 7 SP1
Kubuntu 17.10
-
55b0cc7814f27ca204d692c858a3f62cb42fd57b (qt-creator/qt-creator/master)
Description
When you get an runtime error in a qml file, you get a link to the file, in the Application output panel, with the problem.
When using a subdir .pro file, the link is opening the wrong qml file.
Open solutions.pro
start application.
Application will though a qml error with the link to the file "qrc:/QML/main.qml"
File that will open is: /QML/main.qml.
The file that should be opened is: /GUI/QML/main.qml