diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-09-10 13:19:49 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-09-10 13:23:17 (GMT) |
commit | edbff191b90ddcd44f996be99c017b6761787642 (patch) | |
tree | cd67f52c34492c699afa707eaba1d511b26061cd /doc/src/snippets/code | |
parent | f780a783008c4ae30df76f6340deef2884564661 (diff) | |
download | Qt-edbff191b90ddcd44f996be99c017b6761787642.zip Qt-edbff191b90ddcd44f996be99c017b6761787642.tar.gz Qt-edbff191b90ddcd44f996be99c017b6761787642.tar.bz2 |
Update installation instructions for building for Symbian
Add MinGW to list of tools people need to build the tools.
Update RVCT version from 616->686
Include instructions for building with raptor
Reviewed-by: Jason Barron
Diffstat (limited to 'doc/src/snippets/code')
-rw-r--r-- | doc/src/snippets/code/doc_src_installation.qdoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/snippets/code/doc_src_installation.qdoc b/doc/src/snippets/code/doc_src_installation.qdoc index 412cee3..68765ec 100644 --- a/doc/src/snippets/code/doc_src_installation.qdoc +++ b/doc/src/snippets/code/doc_src_installation.qdoc @@ -204,3 +204,8 @@ make sis QT_SIS_OPTIONS=-i QT_SIS_CERTIFICATE=<certificate file> QT_SIS_KEY=<cer cd embedded\fluidlauncher make sis QT_SIS_OPTIONS=-i //! [30] + +//! [31] +cd \Qt\%VERSION% +configure -platform win32-g++ -xplatform symbian-sbsv2 +//! [31] |