summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-variables.qdoc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2021-09-24 07:52:38 +0200
committerKai Köhne <kai.koehne@qt.io>2021-10-04 15:55:10 +0200
commite0ecb0ded21082f4e00ee77411339009cb1294a4 (patch)
treea75276d05a3696070e83fa494df11d3ae4388968 /src/corelib/doc/src/cmake/cmake-variables.qdoc
parentd78245ce8fc495ac7c771d045ba15da21e0732e2 (diff)
Doc: Add overview pages to CMake API
So far the pages were only 'rooted' in the separate qtcmake documentation. Let them have a page per module too, so that it's easy to navigate. At the same time rename the cmake-macros-qtcore group to cmake-commands-qtcore. This will require a fixup in qtdoc repository. Pick-to: 6.2 Change-Id: Ifc09b27a6c220b5feab64686ca47c60d3342e71a Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/doc/src/cmake/cmake-variables.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-variables.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-variables.qdoc b/src/corelib/doc/src/cmake/cmake-variables.qdoc
index 52a25956f7..d6feb215a3 100644
--- a/src/corelib/doc/src/cmake/cmake-variables.qdoc
+++ b/src/corelib/doc/src/cmake/cmake-variables.qdoc
@@ -26,6 +26,20 @@
****************************************************************************/
/*!
+\group cmake-variables-qtcore
+\title CMake Variables in Qt6 Core
+
+The following CMake variables are defined when Qt6::Core is loaded, for instance
+with
+
+\badcode
+find_package(Qt6 COMPONENTS Core REQUIRED)
+\endcode
+
+\sa{CMake Variable Reference}
+*/
+
+*/*!
\page cmake-variable-ANDROID_NDK_HOST_SYSTEM_NAME.html
\ingroup cmake-variables
\ingroup cmake-variables-qtcore