summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2023-01-25 10:23:56 +0800
committerMitch Curtis <mitch.curtis@qt.io>2023-01-31 09:46:49 +0000
commitf2b22a2945e19b191a2299bc7d0ebcf4b2bf2c69 (patch)
treee733c02000114a24f97d767698542a1d56cb46e5 /doc
parenta14dcc7ad12cd5d0bfdca2b9134cf6a5642799ab (diff)
Doc: explicitly mention C++ when discussing linking to C++ libraries
Fixes: QTBUG-108325 Pick-to: 6.2 6.4 6.5 Change-Id: I7282c8a8df0bf8f403a4e7a9d4512e7bdf6c9979 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/includes/module-use.qdocinc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/global/includes/module-use.qdocinc b/doc/global/includes/module-use.qdocinc
index 747148b254..234d79c305 100644
--- a/doc/global/includes/module-use.qdocinc
+++ b/doc/global/includes/module-use.qdocinc
@@ -18,9 +18,10 @@
//! [using qt module]
//! [using the c++ api]
- Using a Qt module requires linking against the module library, either
- directly or through other dependencies. Several build tools have dedicated
- support for this, including \l{CMake Documentation}{CMake} and \l{qmake}.
+ Using a Qt module's C++ API requires linking against the module library,
+ either directly or through other dependencies. Several build tools have
+ dedicated support for this, including \l{CMake Documentation}{CMake} and
+ \l{qmake}.
//! [using the c++ api]
//! [using the qml api]