diff options
author | axis <qt-info@nokia.com> | 2010-08-02 14:30:32 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-08-03 07:28:02 (GMT) |
commit | ca3c76a567602533ccdd2f7700ec915f675e6bef (patch) | |
tree | 3bf869d4214850cbd5e764563450202f6d534db6 /doc/src/development | |
parent | 4e5622a850783264ecb6cb9f944bccc49cc73b86 (diff) | |
download | Qt-ca3c76a567602533ccdd2f7700ec915f675e6bef.zip Qt-ca3c76a567602533ccdd2f7700ec915f675e6bef.tar.gz Qt-ca3c76a567602533ccdd2f7700ec915f675e6bef.tar.bz2 |
Added SYMBIAN_VERSION variable to qmake.
In addition, made Symbian^3 detection depend on libstdcppv5, which
seems like the only option in the public Symbian^3 PDK.
RevBy: Miikka Heikkinen
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/qmake-manual.qdoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/development/qmake-manual.qdoc b/doc/src/development/qmake-manual.qdoc index 0fdeff8..baa30fc 100644 --- a/doc/src/development/qmake-manual.qdoc +++ b/doc/src/development/qmake-manual.qdoc @@ -3015,6 +3015,13 @@ For example: \snippet doc/src/snippets/code/doc_src_qmake-manual.qdoc 150 + \target SYMBIAN_VERSION + \section1 SYMBIAN_VERSION + + \e {This is only used on the Symbian platform.} + + Contains the version number of the underlying Symbian SDK; e.g. "9.2" or "Symbian3". + \target TARGET \section1 TARGET |