

It is automatically registered by Qt Creator, and you can view it in the Help mode. You can add paths to other CMake executables and use them in different build and run kits.ĬMake documentation is installed in Qt help file format (.qch) when you install CMake. Qt Creator automatically detects the CMake executable specified in the PATH. You can also build single files to test your changes. You can use CMake from Qt Creator to build applications for the desktop, as well as mobile and embedded devices.


CMake generates native build configurations and workspaces that you can use in the compiler environment of your choice. It controls the software compilation process by using simple configuration files, called CMakeLists.txt files. CMake automates the configuration of build systems.
