Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.15.0-beta1
-
Fix Version/s: Qt Creator 5.0.2, Qt Creator 6.0.0-beta1
-
Component/s: Project & Build Management: CMake
-
Labels:None
-
Commits:845230166b093e3900047d5e3c9bef4f39985e44 (qt-creator/tqtc-qt-creator/5.0) 86825283ed7e38ed78ff0e76c755a027b2da461f (qt-creator/tqtc-qt-creator/master)
Description
The following project cannot be initially resolved in QtCreator:
project(hpd NONE) option(HPD_BUILD_X4_FIRMARE "Build X4 firmware" OFF) option(HPD_BUILD_RPMIN_LIB "Build rpmin library" OFF) message("Using toolchain: ${CMAKE_CXX_COMPILER_ID}") if (HPD_BUILD_RPMIN_LIB ) add_subdirectory(src/hpd) endif() if (HPD_BUILD_X4_FIRMARE) add_subdirectory(src/x4_firmware) endif()
Qt Creator claims that resolving was not successful, while the CMake output indicates that everything was OK. I expect this project to be resolved, no matter what kind of toolchain I select and I expect QtCreator to present me the configuration options declared at the top of the file.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-25451 [Reg 4.14->4.15] CMake build configurations are locked to specific build type
-
- Closed
-