Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.9.0-beta1
-
Fix Version/s: Qt Creator 4.9.0-beta2
-
Component/s: Project & Build Management
-
Labels:None
-
Platform/s:
-
Commits:312c4a14339655ca6c80de0f8444ccf54931f68c (qt-creator/qt-creator/4.9)
Description
I set the next default build directory (Tool > Options > Build & Run > General > Build and Run > Default build directory):
../%{JS: Util.asciify("build/%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}")}
But when i opened existed qbs project without .user file, Qt Creator ignores this change and suggests the next path:
D:/path/to/projects/build-some_project-Qt_5_12_1_msvc2017-Debug
instead of
D:/path/to/projects/build/some_project-Qt_5_12_1_msvc2017-Debug