diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-09-30 13:11:43 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-10-01 04:48:12 (GMT) |
commit | 916cc3ac7dde877ae8dd605f217699ecf9da06c6 (patch) | |
tree | 1074e2dc7f1956e18aaf49b1786c536a2221dc64 /doc | |
parent | bb0d20406d5d1b473b9f8d9c1284d310405fcd47 (diff) | |
download | Qt-916cc3ac7dde877ae8dd605f217699ecf9da06c6.zip Qt-916cc3ac7dde877ae8dd605f217699ecf9da06c6.tar.gz Qt-916cc3ac7dde877ae8dd605f217699ecf9da06c6.tar.bz2 |
Added support for unsigned smart installer package creation in Symbian
Make target "unsigned_installer_sis" can now be used to create
unsigned smart installer sis. The contained application sis
will also be unsigned.
Task-number: QTBUG-13902
Reviewed-by: axis
(cherry picked from commit 6d5309c2fbdbf15948b430de103f393c5af5b7cd)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/platforms/symbian-introduction.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc index fafe007..9bf5c72 100644 --- a/doc/src/platforms/symbian-introduction.qdoc +++ b/doc/src/platforms/symbian-introduction.qdoc @@ -144,6 +144,8 @@ Smart installer will attempt to download missing dependencies in addition to just installing the application. + \row \o \c unsigned_installer_sis \o Create unsigned \l{Smart Installer}{smart installer} + \c .sis file for project. \row \o \c stub_sis \o Create a stub sis to allow upgradability of projects that are deployed in ROM \endtable |