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:
parent
c36fb76bed
commit
d0ccacaf28
@ -31,6 +31,7 @@
|
||||
\brief The Qt Concurrent module contains functionality to support concurrent execution of program code.
|
||||
|
||||
\ingroup modules
|
||||
\qtcmakepackage Concurrent
|
||||
\qtvariable concurrent
|
||||
|
||||
The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtCore
|
||||
\title Qt Core C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Core
|
||||
\qtvariable core
|
||||
|
||||
\brief Provides core non-GUI functionality.
|
||||
|
@ -32,6 +32,7 @@
|
||||
to perform Inter-Process Communication using the \l{Qt D-Bus}{D-Bus} protocol.
|
||||
|
||||
\ingroup modules
|
||||
\qtcmakepackage Dbus
|
||||
\qtvariable dbus
|
||||
|
||||
\keyword The QDBus compiler
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtGui
|
||||
\title Qt GUI C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Gui
|
||||
\qtvariable gui
|
||||
|
||||
\brief The Qt GUI module provides the basic enablers for graphical
|
||||
|
@ -94,6 +94,7 @@
|
||||
\module QtNetwork
|
||||
\title Qt Network C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Network
|
||||
\qtvariable network
|
||||
\brief Provides classes to make network programming easier and portable.
|
||||
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtOpenGL
|
||||
\title Qt OpenGL C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage OpenGL
|
||||
\qtvariable opengl
|
||||
|
||||
\brief The Qt OpenGL module offers classes that make it easy to
|
||||
|
@ -31,5 +31,6 @@
|
||||
\brief The Qt PrintSupport module provides classes to make printing easier and portable.
|
||||
|
||||
\ingroup modules
|
||||
\qtcmakepackage PrintSupport
|
||||
\qtvariable printsupport
|
||||
*/
|
||||
|
@ -75,6 +75,7 @@
|
||||
\module QtSql
|
||||
\title Qt SQL C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Sql
|
||||
\qtvariable sql
|
||||
\brief Provides a driver layer, SQL API layer, and a user
|
||||
interface layer for SQL databases.
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtTest
|
||||
\title Qt Test C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Test
|
||||
\qtvariable testlib
|
||||
|
||||
\keyword QtTest
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtWidgets
|
||||
\title Qt Widgets C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Widgets
|
||||
\qtvariable widgets
|
||||
|
||||
\brief The Qt Widgets module extends Qt GUI with C++ widget functionality.
|
||||
|
@ -29,6 +29,7 @@
|
||||
\module QtXml
|
||||
\title Qt XML C++ Classes
|
||||
\ingroup modules
|
||||
\qtcmakepackage Xml
|
||||
\qtvariable xml
|
||||
|
||||
\brief The Qt XML module provides C++ implementations of the SAX and DOM standards for XML.
|
||||
|
Loading…
Reference in New Issue
Block a user