Doc: Update docs with cmake package information

Task-number: QTBUG-85179
Change-Id: I70dda9b906ecd0b8d8f4d88b0562af8e6c428143
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Nico Vertriest 2020-06-23 10:31:59 +02:00
parent c36fb76bed
commit d0ccacaf28
11 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,7 @@
\brief The Qt Concurrent module contains functionality to support concurrent execution of program code. \brief The Qt Concurrent module contains functionality to support concurrent execution of program code.
\ingroup modules \ingroup modules
\qtcmakepackage Concurrent
\qtvariable concurrent \qtvariable concurrent
The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and

View File

@ -29,6 +29,7 @@
\module QtCore \module QtCore
\title Qt Core C++ Classes \title Qt Core C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Core
\qtvariable core \qtvariable core
\brief Provides core non-GUI functionality. \brief Provides core non-GUI functionality.

View File

@ -32,6 +32,7 @@
to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol. to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol.
\ingroup modules \ingroup modules
\qtcmakepackage Dbus
\qtvariable dbus \qtvariable dbus
\keyword The QDBus compiler \keyword The QDBus compiler

View File

@ -29,6 +29,7 @@
\module QtGui \module QtGui
\title Qt GUI C++ Classes \title Qt GUI C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Gui
\qtvariable gui \qtvariable gui
\brief The Qt GUI module provides the basic enablers for graphical \brief The Qt GUI module provides the basic enablers for graphical

View File

@ -94,6 +94,7 @@
\module QtNetwork \module QtNetwork
\title Qt Network C++ Classes \title Qt Network C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Network
\qtvariable network \qtvariable network
\brief Provides classes to make network programming easier and portable. \brief Provides classes to make network programming easier and portable.

View File

@ -29,6 +29,7 @@
\module QtOpenGL \module QtOpenGL
\title Qt OpenGL C++ Classes \title Qt OpenGL C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage OpenGL
\qtvariable opengl \qtvariable opengl
\brief The Qt OpenGL module offers classes that make it easy to \brief The Qt OpenGL module offers classes that make it easy to

View File

@ -31,5 +31,6 @@
\brief The Qt PrintSupport module provides classes to make printing easier and portable. \brief The Qt PrintSupport module provides classes to make printing easier and portable.
\ingroup modules \ingroup modules
\qtcmakepackage PrintSupport
\qtvariable printsupport \qtvariable printsupport
*/ */

View File

@ -75,6 +75,7 @@
\module QtSql \module QtSql
\title Qt SQL C++ Classes \title Qt SQL C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Sql
\qtvariable sql \qtvariable sql
\brief Provides a driver layer, SQL API layer, and a user \brief Provides a driver layer, SQL API layer, and a user
interface layer for SQL databases. interface layer for SQL databases.

View File

@ -29,6 +29,7 @@
\module QtTest \module QtTest
\title Qt Test C++ Classes \title Qt Test C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Test
\qtvariable testlib \qtvariable testlib
\keyword QtTest \keyword QtTest

View File

@ -29,6 +29,7 @@
\module QtWidgets \module QtWidgets
\title Qt Widgets C++ Classes \title Qt Widgets C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Widgets
\qtvariable widgets \qtvariable widgets
\brief The Qt Widgets module extends Qt GUI with C++ widget functionality. \brief The Qt Widgets module extends Qt GUI with C++ widget functionality.

View File

@ -29,6 +29,7 @@
\module QtXml \module QtXml
\title Qt XML C++ Classes \title Qt XML C++ Classes
\ingroup modules \ingroup modules
\qtcmakepackage Xml
\qtvariable xml \qtvariable xml
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML. \brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.