diff options
author | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2012-10-01 17:25:07 +0200 |
---|---|---|
committer | Leena Miettinen <riitta-leena.miettinen@digia.com> | 2012-10-04 11:16:02 +0200 |
commit | 52eed97eafd27a083b9c7e9af108007c01b44a48 (patch) | |
tree | 12e6fd3beb0d9af7d9df7efe39391bcdc9811411 /doc/src | |
parent | 4c51cbce0a8576e798ee5036129b87ce10f5e881 (diff) | |
download | qt-creator-52eed97eafd27a083b9c7e9af108007c01b44a48.tar.gz |
Doc: remove Qt Simulator from the build and run example tutorial
Change-Id: Iadb961ec0c74529f0afe278e5e46473e22c05979
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/projects/creator-projects-build-run-tutorial.qdoc | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/doc/src/projects/creator-projects-build-run-tutorial.qdoc b/doc/src/projects/creator-projects-build-run-tutorial.qdoc index b26c108c27..bd5b1256f4 100644 --- a/doc/src/projects/creator-projects-build-run-tutorial.qdoc +++ b/doc/src/projects/creator-projects-build-run-tutorial.qdoc @@ -31,7 +31,7 @@ \title Building and Running an Example - You can test that your installation is successful by opening an existing + You can test that your \QSDK installation is successful by opening an existing example application project. \list 1 @@ -54,37 +54,28 @@ \list 1 - \o Select at least \QS and one of the mobile - \l{glossary-buildandrun-kit}{kits} (1), Maemo 5 or - MeeGo Harmattan, depending on the device you develop for. + \o Select the kits \l{glossary-buildandrun-kit}{kits} (1) that + specify the devices you develop for. \o Select \gui {Configure Project} (2). \endlist - \o To test the application in \QS, click the \gui {Kit - Selector} and select \gui {\QS}. + \o To check that the application code can be compiled and linked for a + device, click the \gui {Kit Selector} and select a kit for the + device. - \image qtcreator-gs-build-example-select-qs.png "Selecting Qt Simulator to run on" + \image qtcreator-kit-selector.png "Selecting a kit to build with" \o Click \inlineimage qtcreator-run.png - (\gui Run) to build the application and run it in \QS. + (\gui Run) to build and run the application. \o To see the compilation progress, press \key{Alt+4} to open the \gui {Compile Output} pane. The \gui Build progress bar on the toolbar turns green when the - project is successfully built. The application opens in - \QS. - - \image qt-simulator.png "Qt Simulator" - - \o Change the settings in the \gui Model view. For example, rotate the - device by clicking the \gui {Orientation} buttons or choose from the - various mobile devices in the \gui {Device} field. You - can also simulate various mobile functions and create your own - scripts. + project is successfully built. The application opens on the device. \endlist |