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:
parent
5083ab72c7
commit
284d420448
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user