Read CMake documentation

CMake documentation is installed in Qt help file format (.qch) when you install CMake. It is automatically registered by Qt Creator, and you can view it by:

  • Hovering the mouse over a function, variable, property, policy, environment variable, or CMake find or include module to show tooltips
  • Selecting any of the above elements and pressing F1 to show its documentation
  • Switching to the Help mode

See also How To: Build with CMake, CMake, and How To: Read Documentation.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.