summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShane Kearns <shane.kearns@sosco.com>2010-02-09 20:04:09 +0100
committerShane Kearns <shane.kearns@sosco.com>2010-02-09 20:09:42 +0100
commitb0c972dfd208411086b53ee2c2b0594ade3e2d10 (patch)
tree92342b44565cd9da61d95b1099bd1eba66f6883b
parent39709d61fbd4a17edf5f141877d312d3872ccce0 (diff)
downloadqt4-tools-b0c972dfd208411086b53ee2c2b0594ade3e2d10.tar.gz
Add the download URI for smart installer package to documentation
Task-number: QTBUG-8068 Reviewed-by: David Boddie
-rw-r--r--doc/src/deployment/deployment.qdoc7
-rw-r--r--doc/src/platforms/symbian-introduction.qdoc11
2 files changed, 16 insertions, 2 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc
index 41babd9c34..43f5d33d0d 100644
--- a/doc/src/deployment/deployment.qdoc
+++ b/doc/src/deployment/deployment.qdoc
@@ -1581,7 +1581,12 @@
\snippet doc/src/snippets/code/doc_src_deployment.qdoc 58
If everything compiled and linked without any errors, we are now ready to create
- an application installation package (\c wiggly_installer.sis):
+ an application installation package (\c wiggly_installer.sis).
+
+ If you haven't done so already, 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
+
+ Then use this command to create the installer sis package:
\snippet doc/src/snippets/code/doc_src_deployment.qdoc 59
diff --git a/doc/src/platforms/symbian-introduction.qdoc b/doc/src/platforms/symbian-introduction.qdoc
index 94075f58dc..5cebee31c7 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.