Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.3.0, Qt Creator 4.8.1, Qt Creator 4.9.1, Qt Creator 4.9.2
-
Windows 7 with Cmake 3.7.2 or 3.8.2 and Qt 5.9
-
e186df1ba3a63180b58a5254b93d90d33384136a (qt-creator/qt-creator/4.11), cca33e2e2695773890660002608ec59330e118d1
Description
After editing CMakeFiles.txt from within Qt Creator, I get the following error in the Issues box when trying to build, after successfully running cmake:
"Qt Creator needs a CMake Tool set up to build. Configure a CMake Tool in the kit options."
But CMake seems correctly configured in the Kit settings; as noted, CMake can be successfully run. Building/rebuilding is not possible however.
The only solution that I have found is to restart Qt Creator.
The issue appears to also occur in Ubuntu: https://bugs.launchpad.net/ubuntu-sdk-ide/+bug/1646003