diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2010-02-09 19:04:09 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-09 19:27:13 (GMT) |
commit | c9205ea6842637a24849ad5905a3954ee92ccd32 (patch) | |
tree | 0197e6b25bd72ce7775dd624579dd68b32724b8d /doc/src/platforms | |
parent | a4e49aa317cf3936df5799a5e30b452ea2374fc6 (diff) | |
download | Qt-c9205ea6842637a24849ad5905a3954ee92ccd32.zip Qt-c9205ea6842637a24849ad5905a3954ee92ccd32.tar.gz Qt-c9205ea6842637a24849ad5905a3954ee92ccd32.tar.bz2 |
Add the download URI for smart installer package to documentation
Task-number: QTBUG-8068
Reviewed-by: David Boddie
(cherry picked from commit b0c972dfd208411086b53ee2c2b0594ade3e2d10)
Diffstat (limited to 'doc/src/platforms')
-rw-r--r-- | doc/src/platforms/symbian-introduction.qdoc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc index 723761e..c837a37 100644 --- a/doc/src/platforms/symbian-introduction.qdoc +++ b/doc/src/platforms/symbian-introduction.qdoc @@ -127,7 +127,8 @@ \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 installer_sis \o Create signed smart installer \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 missing dependencies in addition to just installing the application. @@ -141,6 +142,14 @@ To work on your project in Carbide, simply import the \c .pro file by right clicking on the project explorer and executing "Import...". + \section2 Smart Installer + + The Smart Installer makes sure that deployed applications have all the Qt dependencies + they need to run on a device. + + Download the latest release of the Smart Installer from \l{http://get.qt.nokia.com/nokiasmartinstaller/}, + and install it on top of the Qt package. + \section1 Installing your own applications To install your own applications on hardware, you need a signed \c .sis file. |