diff options
author | artoka <arto.katajasalo@digia.com> | 2011-11-01 12:47:11 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-11-01 13:08:56 (GMT) |
commit | f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb (patch) | |
tree | 91edf34c3e05ab89a3c55b50e0f510910f456df6 /doc/src/development | |
parent | c4cd84b3cccab731a0ff54e79ae0a5800b28b2a3 (diff) | |
download | Qt-f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb.zip Qt-f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb.tar.gz Qt-f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb.tar.bz2 |
Qmake project file docs lacked information.
The qmake project files documentation lacked information about "*="-operator usage. Added couple of links pointing to
the qmake advanced usage - page where "*="-usage is explained.
Task-number: QTBUG-9675
Merge-request: 2698
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 0f85469..eabf2b9 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -438,7 +438,10 @@ Note, that you must use "+=", not "=", or \l{qmake Manual#qmake}{\c qmake} will not be able to use Qt's configuration to determine the settings - needed for your project. + needed for your project. More information about operators can be found in the + \l{qmake Advanced Usage#Operators} + {Operators} section of the \l{qmake Advanced Usage} + chapter. \section1 Declaring Qt Libraries @@ -464,6 +467,11 @@ \snippet doc/src/snippets/code/doc_src_qmake-manual.pro 4 + More information about operators can be found in the + \l{qmake Advanced Usage#Operators} + {Operators} section of the \l{qmake Advanced Usage} + chapter. + The table below shows the options that can be used with the \c QT variable and the features that are associated with each of them: |