aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2009-11-13 10:57:53 +0100
committercon <qtc-committer@nokia.com>2009-11-13 11:37:00 +0100
commit6e16fc59e811cee686d25d3f65e7e843acd81593 (patch)
tree74168d47b95ba95e2f7a4eaf1763f5c45dea6448
parentf397787622435edc251b719fa58a1f0b62b818af (diff)
S60: Added documentation paragraph about running in emulator.
(cherry picked from commit 1e9152df6ce5c1355562b6d8e1a8689a4a6e8739)
-rw-r--r--doc/images/qtcreator-symbian-add-run-in-emulator.pngbin0 -> 8932 bytes
-rw-r--r--doc/images/qtcreator-symbian-change-run-in-emulator.pngbin0 -> 3148 bytes
-rw-r--r--doc/qtcreator.qdoc39
3 files changed, 31 insertions, 8 deletions
diff --git a/doc/images/qtcreator-symbian-add-run-in-emulator.png b/doc/images/qtcreator-symbian-add-run-in-emulator.png
new file mode 100644
index 0000000000..51f3921650
--- /dev/null
+++ b/doc/images/qtcreator-symbian-add-run-in-emulator.png
Binary files differ
diff --git a/doc/images/qtcreator-symbian-change-run-in-emulator.png b/doc/images/qtcreator-symbian-change-run-in-emulator.png
new file mode 100644
index 0000000000..c53ea80e81
--- /dev/null
+++ b/doc/images/qtcreator-symbian-change-run-in-emulator.png
Binary files differ
diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc
index 90912e8620..90c68c62ad 100644
--- a/doc/qtcreator.qdoc
+++ b/doc/qtcreator.qdoc
@@ -1622,15 +1622,13 @@
\image qtcreator-qt4-s60sdks.png
- \section2 Setting up Your Project
+ \section2 Building your Project
After installing all the prerequisites and checking the setup in Qt Creator as described
above, you need to make some settings for your project.
\e{Note that the only supported build system for Qt for Symbian applications in Qt Creator
is qmake.}
- \section3 Building your Project
-
Before you can build your project for the Symbian Platform you need to create build
configurations for it.
Open \gui{Projects mode} and make sure that your project is selected for editing in
@@ -1650,11 +1648,26 @@
\image qtcreator-symbian-change-buildconfiguration.png
+ \section2 Running your Project
+
+ \section3 Running your Project in the Emulator
+
+ Similar to the build configuration setup for your project you need to create a run
+ configuration for running your project in the Symbian emulator: Switch to \gui{Projects mode}
+ and in \gui{Run Settings} you will find the \gui{Add -> YourApplication in Symbian Emulator}
+ button.
+
+ \image qtcreator-symbian-add-run-in-emulator.png
+
+ To start your project in the emulator select this run configuration as the active configuration
+ at the top of \gui{Projects mode} and press the run button.
+
+ \image qtcreator-symbian-change-run-in-emulator.png
+
\section3 Running your Project on the Device
- Similar to the build configuration setup for your project you need to create a run configuration
- for running your project on a Symbian device. Add a new run configuration in \gui{Projects mode}
- via \gui{Run Settings}, \gui{Add -> YourApplication on Symbian Device} button.
+ To run your project on a real Symbian device, just add another run configuration in
+ \gui{Projects mode} via \gui{Run Settings}, \gui{Add -> YourApplication on Symbian Device} button.
\image qtcreator-symbian-add-runconfiguration.png
@@ -1670,14 +1683,24 @@
\image qtcreator-symbian-change-runconfiguration.png
+ \section2 Troubleshooting
+
When something goes wrong check the following things:
\list
- \o Is the device run configuration selected as the active run configuration?
+ \o Did you build your application with one of the special Qt versions created for the
+ S60 SDKs?
+ \o Are the settings for the Qt version you use to build your project correct? Check the
+ path to the S60 SDK, and if you need to specify the path to your compiler tool chain.
+ \o Is the emulator/device run configuration selected as the active run configuration?
+ \o Did you build using the right toolchain, i. e. WINSCW for running in the Emulator,
+ GCCE or RVCT for running on the device?
+ \o If the emulator process could not be started, try closing Creator and starting the
+ application directly from your file manager. Having done this, Creator should be
+ able to run your projects in the Emulator.
\o Is the device connected via USB in \e{PC Suite} mode?
\o Is App TRK running on the device, using the USB connection, and does it have status
\e{connected}?
\o Is your device detected and selected in the run configuration details?
- \o Are the settings for the Qt version you use to build your project correct? Check the path to the S60 SDK, and if you need to specify the path to your compiler tool chain.
\endlist
If neither of this helps to solve your problem, search the qt-creator@trolltech.com