Detailed information about the setup of CMake with Qt Creator can be found at https://doc.qt.io/qtcreator/creator-project-cmake.html#adding-cmake-tools
If CMake has been installed correctly, the installed version will automatically be displayed in Qt Creator under "Options > Kits > CMake".

Fig. 290: CMake in Qt Creator
For some compilers the CMake settings have to be checked. Open the tab "Options > Kits > Kits". The CMake settings can be adjusted under "CMake Generator".
| Compiler | CMake Generator | 
|---|---|
| MinGW | MinGW Makefiles | 
| MSVC | NMake Makefiles |