diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-09-30 13:11:43 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-09-30 13:39:36 (GMT) |
commit | 6d5309c2fbdbf15948b430de103f393c5af5b7cd (patch) | |
tree | 27c49f6e7d9c55c6991d57f9b92f984cf4b30cba /doc/src | |
parent | 0725abc4607755833a1eb7cb9e083add48d03a88 (diff) | |
download | Qt-6d5309c2fbdbf15948b430de103f393c5af5b7cd.zip Qt-6d5309c2fbdbf15948b430de103f393c5af5b7cd.tar.gz Qt-6d5309c2fbdbf15948b430de103f393c5af5b7cd.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
Diffstat (limited to 'doc/src')
-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 |