Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.3.0
-
b8c5f918bdad5586c2a5bbcfa9bcae1fc2557fa9 (qt-creator/qt-creator/master)
Description
When a project is first time configured, the kit selection for targets "Release with Debug Information" and "Minimum Size Release" will generate "/<path>/build-<proj>Desktop-Release with Debug Information" and "/<path>/build<proj>Desktop-Minimum Size Release"
In some cases the presence of the spaces will generate configuration problems and since Qt Creator runs CMake twice it will appear very suspicious to have one successful run and one failed run.
Please use - instead of spaces in the directory name.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-20834 Warn if project or build directory contains spaces, non-ASCII or special characters
- Open