Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 13.0.0-rc1
-
None
-
Windows 10 22H2
Description
In Qt Creator 12 and earlier, the default shadow build folder was:
<PROJECT_SRC_DIR>/../build-<KIT_NAME>-<BUILD_CONFIG>
Qt Creator 13 restructured this (https://codereview.qt-project.org/c/qt-creator/qt-creator/+/526506 ) to:
<PROJECT_SRC_DIR>/build/<KIT_NAME>-<BUILD_CONFIG>
However, the path validator does not seem to have been updated to expect the new structure:
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-30562 Default build directory creates warning in Project Setup Wizard
-
- Closed
-
- resulted from
-
QTCREATORBUG-29972 Cannot build Boot2Qt applications with docker toolchain
-
- Closed
-