Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 9.0.1
-
None
-
a3153c535 (9.0)
Description
When changing any value of the default Kit CMake variables:
- CMAKE_C_COMPILER
- CMAKE_CXX_COMPILER
- QT_QMAKE_EXECUTABLE
- CMAKE_PREFIX_PATH
in a CMakePreset.json file, upon reloading of the preset, the old Kit will be used and the new values are not taken into consideration.
This is due to the fact that Qt Creator only checks if a Kit with QTC_CMAKE_PRESET variable is present.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-28602 Cannot build the target with CMakePresets.json using releative path of C/C++ compilers to env PATH.
- Closed