diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-16 12:54:18 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-06-16 13:49:25 (GMT) |
commit | 3addea6e74a1f02b6e0a416bdb98b06c00e98e62 (patch) | |
tree | 6b192b8af95d4bc6dfcfec082c0d7bfa37747e28 /doc | |
parent | d01b4d9f9ace7e815bd5881dcb6ab79bf2fdaba4 (diff) | |
download | Qt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.zip Qt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.tar.gz Qt-3addea6e74a1f02b6e0a416bdb98b06c00e98e62.tar.bz2 |
Provide 'make unsigned_sis' target for Symbian mkspecs
Rationale for this is that currently there is no simple way to create
a sis package that can be properly signed via Symbian open signed
mechanism, as 'make sis' will by default use self-signed certificates
and automatically patch capabilities of binaries to remove
non-self-signable ones.
Task-number: QTBUG-11455
Reviewed-by: Janne Koskinen
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 6ffc568..316764b 100644 --- a/doc/src/platforms/symbian-introduction.qdoc +++ b/doc/src/platforms/symbian-introduction.qdoc @@ -127,6 +127,7 @@ \row \o \c run \o Run the application on the emulator. \row \o \c runonphone \o Run the application on a device. \row \o \c sis \o Create signed \c .sis file for project. + \row \o \c unsigned_sis \o Create unsigned \c .sis file for project. \row \o \c installer_sis \o Create signed \l{Smart Installer}{smart installer} \c .sis file for project. Smart installer will attempt to download @@ -193,6 +194,7 @@ \row \o -p \o Only preprocess the template \c .pkg file. \row \o -c <file> \o Read certificate information from a file. \row \o -u \o Preserves unsigned package. + \row \o -o \o Creates only unsigned package. \row \o -s \o Generates stub sis for ROM. \row \o -n <name> \o Specifies the final sis name. \endtable |