diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2010-01-18 08:46:21 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2010-01-18 08:49:16 (GMT) |
commit | 94ceaf333074a0f64aab4d1bbb2825591e3f147e (patch) | |
tree | f5d6643ed3c5c2a9ea1b039a629bb44333fdb669 /doc/src/getting-started | |
parent | 67652ce2f2bd378862338daa3ebd9d7c43b4f91a (diff) | |
download | Qt-94ceaf333074a0f64aab4d1bbb2825591e3f147e.zip Qt-94ceaf333074a0f64aab4d1bbb2825591e3f147e.tar.gz Qt-94ceaf333074a0f64aab4d1bbb2825591e3f147e.tar.bz2 |
Describe patch-capabilities in the install instructions.
Task-number:QTBUG-7294
Reviewed-by:Gareth Stockwell
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/installation.qdoc | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc index 3867b3b..5f95c5a 100644 --- a/doc/src/getting-started/installation.qdoc +++ b/doc/src/getting-started/installation.qdoc @@ -640,17 +640,38 @@ If you are using pre-built binaries, follow the instructions given in the Congratulations, Qt is now ready to use. - \o Running Qt demos + \o Installing Qt libraries on the device - We've included a subset of the Qt demos in this package for you - to try out. An excellent starting point is the "fluidlauncher" - demo. To run the demo on a real device, you first have to install + To run the demo on a real device, you first have to install the Qt libraries on the device: \snippet doc/src/snippets/code/doc_src_installation.qdoc 29 - \note You will need to supply certificate that allows installation - of binaries with "All -Tcb" capability to your device. + The Qt libraries are built with "All -Tcb" capability, so that + they can support all types of application. + If you don't have a suitable certificate, it is possible to patch + the binaries as follows: + + \list A + \o Installing Qt without a certificate + + If you have no certificate, build a self signed Qt: + + \snippet doc/src/snippets/code/doc_src_installation.qdoc 34 + + \o Installing Qt with a Symbian developer certificate + + If you have a symbian-signed developer certificate, specify the + capabilities you can sign for, for example: + + \snippet doc/src/snippets/code/doc_src_installation.qdoc 35 + \endlist + + \o Running Qt demos + + We've included a subset of the Qt demos in this package for you + to try out. An excellent starting point is the "fluidlauncher" + demo. Similarly, install fluidlauncher to the device: |