Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.8.1, Qt Creator 3.5.0-beta1, Qt Creator 4.7.0-beta1
Description
Given the following .qmlproject file:
import QmlProject 1.1 Project { mainFile: "Main.qml" // ... }
If I rename Main.qml in the "Projects" view of Qt Creator, it does not update the .qmlproject file, causing a File Chooser dialog to popup when attempting to run the project.