Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
Qt Creator 13.0.0-rc1
-
None
-
-
c431f2481 (13.0), a13aa8d3d (master)
Description
It looks like the default build directory in QTCreator 13 has changed from
../%{JS: Util.asciify("build-%{Project:Name}-%{Kit:FileSystemName}-%{BuildConfig:Name}")}
to
./build/%{Asciify:%{Kit:FileSystemName}-%{BuildConfig:Name}}
This change is going to really bite and has no apparent benefit except to mess up things for the unwary. At the least you should draw attention to this significant change in release notes or somewhere.
I'd like to know how I could specify the build directory in CMaakeLists.txt and .pro files so I can override the default setting without having to change instances of QtCreator.
Please think about the consequences of this change.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-30562 Default build directory creates warning in Project Setup Wizard
-
- Closed
-
-
QTCREATORBUG-30663 Add ability to change Qt Creator settings from env variables / command line
-
- Reported
-
For Gerrit Dashboard: QTCREATORBUG-30557 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
548698,1 | Revert "PE: Make default build directory template relative to src dir" | 13.0 | qt-creator/qt-creator | Status: ABANDONED | 0 | 0 |
553549,8 | PE: Add tooltip mentioning QTC_DEFAULT_BUILD_DIRECTORY_TEMPLATE | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
553559,2 | PE: Allow configuration of default build dir via env variable | 13.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |