summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/includes/cmake-find-package-core.qdocinc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/doc/src/includes/cmake-find-package-core.qdocinc')
-rw-r--r--src/corelib/doc/src/includes/cmake-find-package-core.qdocinc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/doc/src/includes/cmake-find-package-core.qdocinc b/src/corelib/doc/src/includes/cmake-find-package-core.qdocinc
new file mode 100644
index 0000000000..66649eec5a
--- /dev/null
+++ b/src/corelib/doc/src/includes/cmake-find-package-core.qdocinc
@@ -0,0 +1,6 @@
+The command is defined in the \c Core component of the \c Qt6 package, which
+can be loaded like so:
+
+\badcode
+find_package(Qt6 REQUIRED COMPONENTS Core)
+\endcode