diff options
author | Ademar de Souza Reis Jr <ademar.reis@openbossa.org> | 2009-09-08 12:54:41 (GMT) |
---|---|---|
committer | Ademar de Souza Reis Jr <ademar.reis@openbossa.org> | 2009-12-03 21:22:30 (GMT) |
commit | 0a98247f5df26d9865a03fc6e5ad1ef7b88f9803 (patch) | |
tree | fbd378f506e1944818b6d84d2dff40b9a2f882f2 /doc/src/development | |
parent | b93000823d11575b6c30490ea97a2649a0119f86 (diff) | |
download | Qt-0a98247f5df26d9865a03fc6e5ad1ef7b88f9803.zip Qt-0a98247f5df26d9865a03fc6e5ad1ef7b88f9803.tar.gz Qt-0a98247f5df26d9865a03fc6e5ad1ef7b88f9803.tar.bz2 |
doc: Fix qmake-manual warn_on/warn_off references
Signed-off-by: Ademar de Souza Reis Jr <ademar.reis@openbossa.org>
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 9548848..549c801 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -1977,7 +1977,7 @@ distinction between shared and \section1 QMAKE_CFLAGS_WARN_OFF This variable is not empty if the warn_off - \l{#TEMPLATE}{TEMPLATE} option is specified. The value of this + \l{#CONFIG}{CONFIG} option is specified. The value of this variable is typically handled by \c qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. @@ -1985,7 +1985,7 @@ distinction between shared and \section1 QMAKE_CFLAGS_WARN_ON This variable is not empty if the warn_on - \l{#TEMPLATE}{TEMPLATE} option is specified. + \l{#CONFIG}{CONFIG} option is specified. The value of this variable is typically handled by \c qmake or \l{#QMAKESPEC}{qmake.conf} and rarely needs to be modified. |