From b20b1d3378b55f2b4f48c5d3ef04deb4dac863fc Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 30 Jul 2014 12:03:01 +0200 Subject: Doc: make the running instructions be about kit selector Remove the section about running on desktop and add instructions for opening the kit selector. Update the screen shot. Change-Id: I164381287bd2167eb45dd6b4c2c3da555027af12 Reviewed-by: Daniel Teske --- doc/images/qtcreator-kit-selector.png | Bin 24369 -> 39125 bytes .../creator-projects-running-desktop.qdocinc | 11 ----------- doc/src/projects/creator-projects-running.qdoc | 22 +++++++++++++++++---- 3 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 doc/src/projects/creator-projects-running-desktop.qdocinc (limited to 'doc') diff --git a/doc/images/qtcreator-kit-selector.png b/doc/images/qtcreator-kit-selector.png index 4319cb32a4..dcd53f7fa9 100644 Binary files a/doc/images/qtcreator-kit-selector.png and b/doc/images/qtcreator-kit-selector.png differ diff --git a/doc/src/projects/creator-projects-running-desktop.qdocinc b/doc/src/projects/creator-projects-running-desktop.qdocinc deleted file mode 100644 index 5782622658..0000000000 --- a/doc/src/projects/creator-projects-running-desktop.qdocinc +++ /dev/null @@ -1,11 +0,0 @@ - \section1 Running on Desktop - - \list 1 - - \li Select \gui Desktop as the build and run \l{glossary-buildandrun-kit}{kit}. - - \image qtcreator-kit-selector.png "Kit selector" - - \li Click the \gui Run button. - - \endlist diff --git a/doc/src/projects/creator-projects-running.qdoc b/doc/src/projects/creator-projects-running.qdoc index 534bec7690..48d7866f64 100644 --- a/doc/src/projects/creator-projects-running.qdoc +++ b/doc/src/projects/creator-projects-running.qdoc @@ -34,14 +34,28 @@ location from where it can be run on the desktop, on a device emulator or simulator, or on a mobile device that is connected to the development PC. - To run executable files without deploying them first, deselect the - \gui {Tools > Options > Project > Always deploy project before running it} - option. + To run executable files without deploying them first, select \gui Build > + \gui {Run Without Deployment}. To make this the default option, deselect the + \gui Tools > \gui Options > \gui Project > + \gui {Always deploy project before running it} option. + + To run applications: + + \list 1 + + \li Click the \gui {Build and Run Kit Selector} icon (1) or select + \gui Build > \gui {Open Build and Run Kit Selector} to select the + build and run \l{glossary-buildandrun-kit}{kit}. + + \image qtcreator-kit-selector.png "Kit selector" + + \li Click the \gui Run button (2). + + \endlist For more information on the options you have, see \l{Specifying Run Settings}. - \include projects/creator-projects-running-desktop.qdocinc \include linux-mobile/creator-projects-running-generic-linux.qdocinc \include qnx/creator-projects-running-qnx.qdocinc */ -- cgit v1.2.1