summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2010-06-16 11:41:21 +0200
committercon <qtc-committer@nokia.com>2010-06-16 11:59:25 +0200
commita9ec8405af77ae5e5134b7d4429482f54fb59dcc (patch)
tree619ebdeac9010f173ca0d13072c4ab62c744d8a5
parent136c5a9312cb214134112f7d7a7ad87e87604207 (diff)
downloadqt-creator-a9ec8405af77ae5e5134b7d4429482f54fb59dcc.tar.gz
Doc - Add information about Remote Compiler. Add information about building for Symbian Emulator.
Reviewed-by: Tobias Hunger (cherry picked from commit e6e069a6f9819174c28d7115af27fa11e0531d58)
-rw-r--r--doc/images/qtcreator-qt4-addbutton.pngbin1650 -> 839 bytes
-rw-r--r--doc/images/qtcreator-target-remove.pngbin0 -> 826 bytes
-rw-r--r--doc/images/remotecompiler-fn-logon.pngbin0 -> 26358 bytes
-rw-r--r--doc/qtcreator.qdoc69
4 files changed, 67 insertions, 2 deletions
diff --git a/doc/images/qtcreator-qt4-addbutton.png b/doc/images/qtcreator-qt4-addbutton.png
index c464644a57..4c7836835e 100644
--- a/doc/images/qtcreator-qt4-addbutton.png
+++ b/doc/images/qtcreator-qt4-addbutton.png
Binary files differ
diff --git a/doc/images/qtcreator-target-remove.png b/doc/images/qtcreator-target-remove.png
new file mode 100644
index 0000000000..4cab553630
--- /dev/null
+++ b/doc/images/qtcreator-target-remove.png
Binary files differ
diff --git a/doc/images/remotecompiler-fn-logon.png b/doc/images/remotecompiler-fn-logon.png
new file mode 100644
index 0000000000..6e0be9093f
--- /dev/null
+++ b/doc/images/remotecompiler-fn-logon.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 4710827b04..b3cabea7d0 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1399,7 +1399,7 @@
Qt Creator provides support for \l{Building and Running Applications}{building and running} Qt applications for
desktop environment and mobile devices. When you install the Nokia Qt SDK,
- the build and run settings for the desktop, Maemo, and Symbian targets are set up
+ the build and run settings for the Maemo and Symbian targets are set up
automatically. However, you need to install and configure some additional software
on the devices:
@@ -1921,9 +1921,17 @@
Qt Creator provides support for building and running Qt applications for
desktop environment and mobile devices. When you install the Nokia Qt SDK,
- the build and run settings for the desktop, Maemo, and Symbian targets are
+ the build and run settings for the Maemo and Symbian targets are
set up automatically.
+ You can add a target if the necessary tool chain is installed on the
+ development PC and the Qt version is configured. Click
+ \inlineimage qtcreator-qt4-addbutton.png "Add Target button"
+ and select from a list of available
+ targets. To remove a target, select it and click
+ \inlineimage qtcreator-target-remove.png "Remove Target button"
+ .
+
You can select the targets and click the \gui Run button to build and
run the applications on the targets. You can click the \gui {Build All}
button to build all open projects, one after another.
@@ -1938,6 +1946,8 @@
The project pane consists of the following tabs:
\list
\o \l{Building for Multiple Targets}{Targets}
+ \note If you have installed only one tool chain, the \gui Targets
+ tab is replaced by a \gui {Build and Run} tab.
\o \l{Specifying Editor Settings}{Editor Settings}
\o \l{Specifying Dependencies}{Dependencies}
\endlist
@@ -2213,16 +2223,71 @@
If you cannot run the application in the emulator, check if:
\list
\o You selected the \gui{Symbian Emulator} target for your application.
+
+ \o If you cannot select \gui {Symbian Emulator} as target, check that
+ Carbide.c++ is installed correctly and that the path to the Carbide.c++
+ installation directory is specified in the \gui{Carbide directory} field
+ in the build settings.
+
\o If the emulator process cannot be started, try closing Qt Creator and
starting the application directly from your file manager. Having
done this, Qt Creator should be able to run your projects in the
emulator.
+
\endlist
+ \note Qt Creator does not create release configurations for the
+ \gui {Symbian Emulator} target, because Symbian Emulator supports only debug
+ builds.
+
If this does not help to solve your problem, search the qt-creator@trolltech.com
mailing list archives or provide feedback to us via the methods described on the
\l{http://qt.gitorious.org/qt-creator/pages/Home}{Qt Creator Development Wiki}.
+
+ \section1 Building with Remote Compiler
+
+ The \gui {Remote Compiler} target is an interface to a compilation service at
+ Forum Nokia. It provides a simple, standardized environment for building Qt
+ applications and creating installation packages for Symbian and Maemo devices
+ when you do not have the necessary tool chains and SDKs installed or they are
+ not supported on the development PC. You can choose from a set of supported
+ devices, such as S60 3rd Edition or S60 5th Edition devices.
+
+ \note Remote Compiler is an experimental component that you must install
+ separately from the package that is included in the Nokia Qt SDK.
+
+ \list 1
+
+ \o In the Nokia Qt SDK installation directory, double-click
+ SDKMaintenanceTool.exe to install \gui {Experimental APIs}.
+
+ \o In Qt Creator, choose \gui {Tools > Options > Projects > Remote Compiler}
+ to log on to Forum Nokia.
+
+ \image remotecompiler-fn-logon.png "Remote Compiler options"
+
+ \o Choose \gui {Projects}.
+
+ \o Click
+ \inlineimage qtcreator-qt4-addbutton.png "Add Target button"
+ and select \gui {Remote Compiler} to add Remote Compiler as a target.
+
+ \o Click \gui Add to add mobile device platforms as build configurations.
+
+ \o Click the \gui {Target Selector} and select a build configuration.
+
+ \o Choose \gui {Build > Build All}.
+
+ \endlist
+
+ The installation package is generated in the \gui {Build directory} on
+ the development PC.
+
+ For more information about Remote Compiler, choose \gui {Help > Contents >
+ Remote Compiler}. The document is added during the installation of experimental
+ APIs.
+
*/