summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-12-02 12:50:02 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-12-02 13:02:58 (GMT)
commit187a42d1ee1a86e6e0ecd79f39c86d4f790bf98f (patch)
tree5026b07c0173625ee196927768e21e94b8d5ad9d /doc/src/platforms
parent4212fd2ec9aa51d3350d60ffeaad14bd2928508f (diff)
downloadQt-187a42d1ee1a86e6e0ecd79f39c86d4f790bf98f.zip
Qt-187a42d1ee1a86e6e0ecd79f39c86d4f790bf98f.tar.gz
Qt-187a42d1ee1a86e6e0ecd79f39c86d4f790bf98f.tar.bz2
Cleaned up sis_targets.prf
Removed the unnecessary checks for the case where pkg file doesn't exist are no longer needed as we now have dependencies to pkg files and no sis creation targets are generated if pkg is not generated. Also improved documentation a bit and added the missing ok_installer_sis target generation. Reviewed-by: Janne Koskinen
Diffstat (limited to 'doc/src/platforms')
-rw-r--r--doc/src/platforms/symbian-introduction.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc
index 9da94c4..cce2be3 100644
--- a/doc/src/platforms/symbian-introduction.qdoc
+++ b/doc/src/platforms/symbian-introduction.qdoc
@@ -144,8 +144,17 @@
Smart installer will attempt to download
missing dependencies in addition to
just installing the application.
+ Note: The application \c .sis contained in smart installer \c .sis
+ will be recreated and signed with same certificates as
+ smart installer \c .sis.
+ \row \o \c ok_installer_sis \o Otherwise similar to \c installer_sis target, except
+ the application sis will not be recreated. This is useful
+ when application \c .sis needs to be separately signed before
+ including it into smart installer \c .sis.
\row \o \c unsigned_installer_sis \o Create unsigned \l{Smart Installer}{smart installer}
\c .sis file for project.
+ Note: The application \c .sis contained in smart installer
+ \c .sis will also be unsigned.
\row \o \c stub_sis \o Create a stub sis to allow upgradability of projects
that are deployed in ROM
\endtable