diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-12-02 13:18:17 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-12-02 13:18:17 (GMT) |
commit | 1d38ef4f4f9c0ec03998ab4d9998a1989f5385ab (patch) | |
tree | 5026b07c0173625ee196927768e21e94b8d5ad9d /doc/src | |
parent | 4212fd2ec9aa51d3350d60ffeaad14bd2928508f (diff) | |
parent | 187a42d1ee1a86e6e0ecd79f39c86d4f790bf98f (diff) | |
download | Qt-1d38ef4f4f9c0ec03998ab4d9998a1989f5385ab.zip Qt-1d38ef4f4f9c0ec03998ab4d9998a1989f5385ab.tar.gz Qt-1d38ef4f4f9c0ec03998ab4d9998a1989f5385ab.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Cleaned up sis_targets.prf
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/platforms/symbian-introduction.qdoc | 9 |
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 |