Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 16.0.0
-
None
-
Ubuntu 24.04 LTS
Description
- In "Edit" -> "Preferences..." -> "Build & Run" -> "Default Build Properties", set a default build directory which uses:
%{ActiveProject:Name}
I used:
/tmp/%{ActiveProject:Name}-build
because I don't want the builds to stay on my hard disk.
- Open and configure an existing project.
It uses the expected path. - Create a new project using Creator's wizards.
Expected: The wizard uses the name of the project it's currently creating.
Actual: The wizard's "Kit Selection" page uses the name of the other, existing project:
The same happens when using
%{CurrentDocument:Project:Name}
instead. I don't see a way to set a default build directory containing the project's name without breaking the wizards.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-31135 Creation of new project tries to use configuration of another unrelated project
-
- Closed
-