summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-10-09 12:46:44 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-10-09 16:57:40 (GMT)
commit0f848030a2477a737a626a5b608cad1653a8ba1a (patch)
treef202a9342d37ae6064f79ab68090e73c977a2294 /doc
parent6ce22194f16ce8e2586e3787560de051064d7787 (diff)
downloadQt-0f848030a2477a737a626a5b608cad1653a8ba1a.zip
Qt-0f848030a2477a737a626a5b608cad1653a8ba1a.tar.gz
Qt-0f848030a2477a737a626a5b608cad1653a8ba1a.tar.bz2
Doc: Minor language fixes.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/s60-introduction.qdoc28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/src/platforms/s60-introduction.qdoc b/doc/src/platforms/s60-introduction.qdoc
index d27eb39..5fd0cbe 100644
--- a/doc/src/platforms/s60-introduction.qdoc
+++ b/doc/src/platforms/s60-introduction.qdoc
@@ -50,12 +50,12 @@
\tableofcontents
\section1 Required tools
-
+
See \l{Qt for Symbian platform Requirements} to see what tools are
-required to use Qt for Symbian platform.
+ required to use Qt for Symbian platform.
\section1 Installing Qt and running demos
-
+
Follow the instructions found in \l{Installing Qt on the Symbian platform using binary package} to learn how
to install Qt using binary package and how to build and run Qt demos.
@@ -69,7 +69,7 @@ required to use Qt for Symbian platform.
Qt application on the Symbian platform compared to any of the other platforms supported
by Qt is not that big.
- Once you have crated a \c .pro file for your project, generate the
+ Once you have created a \c .pro file for your project, generate the
Carbide specific \c Bld.inf and \c .mmp files this way:
\snippet doc/src/snippets/code/doc_src_s60-introduction.qdoc 0
@@ -78,9 +78,9 @@ required to use Qt for Symbian platform.
{qmake Tutorial}.
Now you can build the Qt for the Symbian platform application with
-standard build tools. By default, running \c make will produce binaries for
-the emulator. However, the Symbian platform comes with several alternative
-build targets, as shown in the table below:
+ standard build tools. By default, running \c make will produce binaries for
+ the emulator. However, the Symbian platform comes with several alternative
+ build targets, as shown in the table below:
\table
\row \o \c debug-winscw \o Build debug binaries for the emulator (default).
@@ -111,18 +111,18 @@ build targets, as shown in the table below:
target. For example, the following sequence will generate the needed makefiles,
build the project for \c debug-winscw and \c release-armv5, and create
self-signed \c .sis file for \c release-armv5 target:
-
+
\snippet doc/src/snippets/code/doc_src_s60-introduction.qdoc 2
If you want to use different certificate information or override the default
target for \c .sis file creation you can use the environment variables as
shown in the table below:
-
+
\table
\row \o \c QT_SIS_OPTIONS \o Options accepted by \c .sis creation.
-i, install the package right away using PC suite.
-c=<file>, read certificate information from a file.
- Execute \c{createpackage.pl} script without any
+ Execute the \c{createpackage.pl} script without any
parameters for more information about options.
By default no otions are given.
\row \o \c QT_SIS_TARGET \o Target for which \c .sis file is created.
@@ -135,15 +135,15 @@ build targets, as shown in the table below:
\row \o \c QT_SIS_PASSPHRASE \o The certificate's private key file's passphrase.
By default empty.
\endtable
-
+
For example:
-
+
\snippet doc/src/snippets/code/doc_src_s60-introduction.qdoc 4
The environment variables for \c make can also be given as parameters:
-
+
\snippet doc/src/snippets/code/doc_src_s60-introduction.qdoc 3
-
+
If you want to install the program immediately, make sure that the device
is connected to the computer in "PC Suite" mode, and run \c sis target
with the \c QT_SIS_OPTIONS=-i, like this: