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>
This commit is contained in:
Mitch Curtis 2023-01-25 10:23:56 +08:00
parent a14dcc7ad1
commit f2b22a2945

View File

@ -18,9 +18,10 @@
//! [using qt module] //! [using qt module]
//! [using the c++ api] //! [using the c++ api]
Using a Qt module requires linking against the module library, either Using a Qt module's C++ API requires linking against the module library,
directly or through other dependencies. Several build tools have dedicated either directly or through other dependencies. Several build tools have
support for this, including \l{CMake Documentation}{CMake} and \l{qmake}. dedicated support for this, including \l{CMake Documentation}{CMake} and
\l{qmake}.
//! [using the c++ api] //! [using the c++ api]
//! [using the qml api] //! [using the qml api]