aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/overview/creator-deployment-overview.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-12-13 11:52:47 +0100
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2011-12-13 13:55:34 +0100
commit88e29febba1138cf722d838b529c89cefefe2047 (patch)
treec69dd248cbc3198e49844854ba3ecc5ee7e8dbd6 /doc/src/overview/creator-deployment-overview.qdoc
parentaeebb26ef150d933fdcd809b00cb942bf4b621db (diff)
Doc: restructure doc according to developer workflow
Add and remove illustrations. Add landing pages. Change-Id: I927d62aee9dc43814ef7f4d7424a83eee2af156b Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
Diffstat (limited to 'doc/src/overview/creator-deployment-overview.qdoc')
-rw-r--r--doc/src/overview/creator-deployment-overview.qdoc38
1 files changed, 25 insertions, 13 deletions
diff --git a/doc/src/overview/creator-deployment-overview.qdoc b/doc/src/overview/creator-deployment-overview.qdoc
index c5ae1306ac..fad8502ecd 100644
--- a/doc/src/overview/creator-deployment-overview.qdoc
+++ b/doc/src/overview/creator-deployment-overview.qdoc
@@ -27,31 +27,43 @@
/*!
\contentspage index.html
- \previouspage creator-running-valgrind-remotely.html
+ \previouspage creator-running-targets.html
\page creator-deployment.html
\nextpage creator-deployment-symbian.html
- \title Deploying Applications to Mobile Devices
+ \title Deploying to Mobile Devices
Deploy configurations in the \gui Project mode \gui {Run Settings} handle
the packaging of the application as an executable and copying it to a
location you want to run the executable at. The files can be copied to a
location in the file system of the development PC or a mobile device.
- When you are ready to publish the application on a publishing channel, you
- must make sure that the installation file meets the requirements for
- publishing and installing applications to the target devices. The following
- sections describe the steps that you have to take to create installation
- packages for publishing on different channels:
-
- \if defined(qcmanual)
\list
+
\o \l{Deploying Applications to Symbian Devices}
+
+ When you deploy the application for the \gui{Symbian Device} target,
+ \QC automatically generates a Symbian installation system (SIS) file
+ in the project folder and copies it to the connected device. You can
+ sign the SIS file and wrap it in a Nokia Smart Installer for Symbian
+ package. You can test and debug the application on the device.
\o \l{Deploying Applications to Maemo or MeeGo Harmattan Devices}
- \o \l{Publishing Maemo Applications to Extras-devel}
- \o \l{Publishing Applications to Nokia Store}
- \o \l{Building with Remote Compiler}
+ When you deploy the application on the \gui{Maemo5} or
+ \gui Harmattan target, \QC generates a Debian installation package
+ in the build directory and copies it to the connected device. You
+ can test and debug the application on the device.
\endlist
- \endif
+
+ \section1 Related Topics
+
+ \list
+ \o \l{Publishing}
+
+ When you are ready to publish the application on a publishing
+ channel, you must make sure that the installation file meets the
+ requirements for publishing and installing applications to the
+ target devices.
+ \endlist
+
*/