Skip to content

Commit

Permalink
Doc: explicitly mention C++ when discussing linking to C++ libraries
Browse files Browse the repository at this point in the history
Fixes: QTBUG-108325
Pick-to: 6.2 6.4 6.5
Change-Id: I7282c8a8df0bf8f403a4e7a9d4512e7bdf6c9979
Reviewed-by: Kai Köhne <[email protected]>
  • Loading branch information
mitchcurtis committed Jan 31, 2023
1 parent a14dcc7 commit f2b22a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/global/includes/module-use.qdocinc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f2b22a2

Please sign in to comment.