summaryrefslogtreecommitdiffstats
path: root/doc/global/includes
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-11-17 13:42:26 +0100
committerKai Koehne <kai.koehne@qt.io>2020-11-19 17:27:30 +0100
commitdc54f5f420fa6bd48693a6ae758b148de780c1c8 (patch)
treec0a21967610ec497a6613269beb09d7fa575f795 /doc/global/includes
parent92e396926ed949714864b511872c40600106be1c (diff)
Doc: Fix reference to Qt5 CMake package
Change-Id: I5abd63727d6578cb30c6d11228777e4bd9bf91b7 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/global/includes')
-rw-r--r--doc/global/includes/module-use.qdocinc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/includes/module-use.qdocinc b/doc/global/includes/module-use.qdocinc
index df33d1d16d..8f00e1dcaa 100644
--- a/doc/global/includes/module-use.qdocinc
+++ b/doc/global/includes/module-use.qdocinc
@@ -37,7 +37,7 @@
\section2 Building with CMake
Use the \c{find_package()} command to locate the needed module components in
- the \c{Qt5} package:
+ the \c{Qt6} package:
//! [using qt module]