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>
This commit is contained in:
Mitch Curtis 2018-01-23 09:36:45 +01:00
parent 1d9547c9a4
commit aaacae8fe7

View File

@ -2279,6 +2279,9 @@
Specifies the \l{All Modules}{Qt modules} that are used by your project. For 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. 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 By default, \c QT contains \c core and \c gui, ensuring that standard
GUI applications can be built without further configuration. GUI applications can be built without further configuration.