CMake Text Snippets
See /qtbase/doc/global/macros.qdocconf for standard text snippets that you should use when writing Qt-specific CMake documentation:
Macro | Use |
---|---|
\cmakecommandandroidonly | For Android targets |
\cmakecommandsince | To indicate which Qt version introduced the command |
\cmakepropertyandroidonly | For Android targets |
\cmakepropertyiosonly | For iOS targets |
\cmakepropertysince | To indicate which Qt version introduced the property |
\cmakepropertywebassemblyonly | For WebAssembly targets |
\cmakevariableandroidonly | For Android targets |
\cmakevariableiosonly | For iOS targets |
\cmakevariablesince | To indicate which Qt version introduced the variable |
\preliminarycmakecommand | To indicate that the command may change in future versions |
\preliminarycmakeproperty | To indicate that the property may change in future versions |
\preliminarycmakevariable | To indicate that the variable may change in future versions |
\versionlessCMakeCommandsNote | For all commands, to tell users how to use versioned commands |
© 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.