Doc: explicitly mention C++ when discussing linking to C++ libraries

Fixes: QTBUG-108325
Change-Id: I7282c8a8df0bf8f403a4e7a9d4512e7bdf6c9979
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
(cherry picked from commit f2b22a2945e19b191a2299bc7d0ebcf4b2bf2c69)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mitch Curtis 2023-01-25 10:23:56 +08:00 committed by Qt Cherry-pick Bot
parent 5083ab72c7
commit 284d420448

View File

@ -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]