From f2b22a2945e19b191a2299bc7d0ebcf4b2bf2c69 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 25 Jan 2023 10:23:56 +0800 Subject: Doc: explicitly mention C++ when discussing linking to C++ libraries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: QTBUG-108325 Pick-to: 6.2 6.4 6.5 Change-Id: I7282c8a8df0bf8f403a4e7a9d4512e7bdf6c9979 Reviewed-by: Kai Köhne --- doc/global/includes/module-use.qdocinc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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] -- cgit v1.2.1