summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/cmake/cmake-commands.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/cmake/cmake-commands.qdoc')
-rw-r--r--src/corelib/doc/src/cmake/cmake-commands.qdoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/corelib/doc/src/cmake/cmake-commands.qdoc b/src/corelib/doc/src/cmake/cmake-commands.qdoc
new file mode 100644
index 0000000000..e185bab624
--- /dev/null
+++ b/src/corelib/doc/src/cmake/cmake-commands.qdoc
@@ -0,0 +1,17 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+\group cmake-commands-qtcore
+\title CMake Commands in Qt6 Core
+\brief Lists CMake commands defined in Qt6::Core.
+
+The following CMake commands are defined when Qt6::Core is loaded, for instance
+with
+
+\code
+find_package(Qt6 REQUIRED COMPONENTS Core)
+\endcode
+
+\sa{CMake Command Reference}
+*/