Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.14.0
-
None
-
-
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.