Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.14.0
-
Fix Version/s: Qt Creator 4.14.1, Qt Creator 4.15.0-beta1
-
Component/s: Project & Build Management
-
Labels:None
-
Platform/s:
-
Commits:9c822eeab93a98e3d7f05699361774837e0b0fd2 (qt-creator/qt-creator/4.14)
Description
I have updated Qt Creator through Qt online installer.
When I try to add a new file to Qbs project, Qt Crerator creates new file on filesystem but it fails to add the created file to project.
The console says:
{{
Failed to update files in Qbs project: Failed to add files to project: Project file updates are not enabled in this build of qbs.
Failed to add files to project: Project file updates are not enabled in this build of qbs..
The affected files are:
/path/to/project/file.cpp
}}
Similarly, renaming file also does not work properly.