summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorartoka <arto.katajasalo@digia.com>2011-11-01 13:47:11 +0100
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-11-01 14:08:56 +0100
commitf0c52aaa9cbb8688b2880faf61c4d589d17bc3cb (patch)
tree91edf34c3e05ab89a3c55b50e0f510910f456df6 /doc
parentc4cd84b3cccab731a0ff54e79ae0a5800b28b2a3 (diff)
downloadqt4-tools-f0c52aaa9cbb8688b2880faf61c4d589d17bc3cb.tar.gz
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')
-rw-r--r--doc/src/development/qmake-manual.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index 0f85469b16..eabf2b9592 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: