summaryrefslogtreecommitdiffstats
path: root/doc/src/s60-introduction.qdoc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-08 12:01:12 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-06-08 12:01:12 (GMT)
commit745fb79189b57f88ec926a0b169c090cfd9b0571 (patch)
treeadedfb1e2353106c9383d8e2e2a4b8cfe423462d /doc/src/s60-introduction.qdoc
parenta73a43e036159f49a3d422790acfbdbaed5610b9 (diff)
downloadQt-745fb79189b57f88ec926a0b169c090cfd9b0571.zip
Qt-745fb79189b57f88ec926a0b169c090cfd9b0571.tar.gz
Qt-745fb79189b57f88ec926a0b169c090cfd9b0571.tar.bz2
S60 install docs updates.
Diffstat (limited to 'doc/src/s60-introduction.qdoc')
-rw-r--r--doc/src/s60-introduction.qdoc14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/src/s60-introduction.qdoc b/doc/src/s60-introduction.qdoc
index af67a8a..537b37d 100644
--- a/doc/src/s60-introduction.qdoc
+++ b/doc/src/s60-introduction.qdoc
@@ -49,9 +49,17 @@
\tableofcontents
- \section1 Installing Qt
+ \section1 Required tools
+
+ See \l{Qt for S60 Requirements} to see what tools are required to use Qt for S60.
- Follow the instructions found in \l{Installing Qt on S60}.
+ \section1 Installing Qt and running demos
+
+ Follow the instructions found in \l{Installing Qt on S60 using binary package} to learn how
+ to install Qt using binary package and how to build and run Qt demos.
+
+ Follow the instructions found in \l{Installing Qt on S60} to learn how to install Qt using
+ using source package and how to build and run the Qt demos.
\section1 Building your own applications
@@ -96,7 +104,7 @@
To install your own applications on hardware, Qt comes with a tool called
\c createpackage. When used on the \c .pkg files created by qmake, it
- will produce a \c .sisx file that can be installed to the device. For
+ will produce a signed \c .sis file that can be installed to the device. For
example:
\snippet doc/src/snippets/code/doc_src_s60-introduction.qdoc 2