summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2009-09-22 09:11:19 +0200
committerShane Kearns <shane.kearns@sosco.com>2009-09-22 09:14:10 +0200
commitb92da40d6a921c8518dd39477a9e53df343225c3 (patch)
tree7f2cb0bae70ed10621c00edd3b42a5bd9499e42d /doc
parenteda6cd89b57b433847662f96ab21876d97f9eb60 (diff)
Support for generating OPTION GCCE from QMAKE_CXXFLAGS.GCCE
Added GCCE as a compiler in SymbianMakefileGenerator::writeMmpFileCompilerOptionPart Task-number: QT-1163 Reviewed-by: axis
Diffstat (limited to 'doc')
-rw-r--r--doc/src/development/qmake-manual.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc
index 1bd85b0ae2..861c772814 100644
--- a/doc/src/development/qmake-manual.qdoc
+++ b/doc/src/development/qmake-manual.qdoc
@@ -959,7 +959,8 @@
General compiler options can as usual be set using \c QMAKE_CFLAGS and \c QMAKE_CXXFLAGS.
In order to set specific compiler options, \c QMAKE_CFLAGS.<compiler> and
\c QMAKE_CXXFLAGS.<compiler> can be used. \c <compiler> can be either \c CW for the WINSCW
- architecture (emulator), or \c ARMCC for the ARMv5 architecture (hardware).
+ architecture (emulator), or \c ARMCC for the ARMv5 architecture (hardware), or \c GCCE for
+ the ARMv5 architecture (hardware).
Here is an example: