diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-05-12 07:36:18 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-05-12 07:45:10 (GMT) |
commit | a81cc0add7f9517dfbd31bb9988ab6bdc08c2b96 (patch) | |
tree | 059cc6290eabbd25ade0d3d8e40e2bc00ede5a79 /doc/src/platforms | |
parent | b4b4cb3248b987dd6c15908f0b46e131dc2b7cde (diff) | |
download | Qt-a81cc0add7f9517dfbd31bb9988ab6bdc08c2b96.zip Qt-a81cc0add7f9517dfbd31bb9988ab6bdc08c2b96.tar.gz Qt-a81cc0add7f9517dfbd31bb9988ab6bdc08c2b96.tar.bz2 |
Provide a way to specify the final sis name with createpackage/make sis
The -n parameter can be used to specify the final sis name when
using createpackage script or "make sis" with QT_SIS_OPTIONS.
Task-number: QTBUG-9400
Reviewed-by: Janne Koskinen
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/symbian-introduction.qdoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc index 591d6f1..6ffc568 100644 --- a/doc/src/platforms/symbian-introduction.qdoc +++ b/doc/src/platforms/symbian-introduction.qdoc @@ -191,7 +191,10 @@ \table \row \o -i \o Install the package right away using PC suite. \row \o -p \o Only preprocess the template \c .pkg file. - \row \o -c=<file> \o Read certificate information from a file. + \row \o -c <file> \o Read certificate information from a file. + \row \o -u \o Preserves unsigned package. + \row \o -s \o Generates stub sis for ROM. + \row \o -n <name> \o Specifies the final sis name. \endtable Execute the \c{createpackage.pl} script without any |