summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-01-23 09:36:45 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-01-24 11:52:31 +0000
commitaaacae8fe7bb1ca4983cf95fcb8d38320bb21450 (patch)
tree047443cf2cbc977155a29cad88795ca3669cb9b4 /qmake/doc/src/qmake-manual.qdoc
parent1d9547c9a4b58cadc1105521df27e40ff5945259 (diff)
Document what the QT qmake variable does in more detail
Make it clearer what the variable actually does by mentioning that it makes its headers available for inclusion and causes it to be linked to the binary. Change-Id: I72821d4bceea7a92e91175ba6c5acc4c3377d7b7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 9db8a9af48..75a93fd996 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -2279,6 +2279,9 @@
Specifies the \l{All Modules}{Qt modules} that are used by your project. For
the value to add for each module, see the module documentation.
+ At the C++ implementation level, using a Qt module makes its headers
+ available for inclusion and causes it to be linked to the binary.
+
By default, \c QT contains \c core and \c gui, ensuring that standard
GUI applications can be built without further configuration.