diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-09-22 07:11:19 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-09-22 07:14:10 (GMT) |
commit | b92da40d6a921c8518dd39477a9e53df343225c3 (patch) | |
tree | 7f2cb0bae70ed10621c00edd3b42a5bd9499e42d /doc/src/development | |
parent | eda6cd89b57b433847662f96ab21876d97f9eb60 (diff) | |
download | Qt-b92da40d6a921c8518dd39477a9e53df343225c3.zip Qt-b92da40d6a921c8518dd39477a9e53df343225c3.tar.gz Qt-b92da40d6a921c8518dd39477a9e53df343225c3.tar.bz2 |
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/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 1bd85b0..861c772 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: |