aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2012-12-17 14:01:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2012-12-17 15:06:15 +0100
commitc977562bca804da9f2a007903b444e42ce1248ac (patch)
treead8e73758365ae7b8ba4470445bd00ec0530cad3 /doc
parent3306fda0e8b7614f3bbac2d4b9f7e55219df1936 (diff)
Doc: remove references to Qt Quick example
Do not use the Clocks example in the tutorial for building and running, because it is not delivered with Qt 5. Change-Id: Id3a81cf0ef01d05de1e287ac1e12cc07bdacbaf1 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/images/qtcreator-gs-build-example-kit-selector.pngbin0 -> 31455 bytes
-rw-r--r--doc/images/qtcreator-gs-build-example-open.pngbin25015 -> 99609 bytes
-rw-r--r--doc/images/qtcreator-gs-build-example-targets.pngbin14105 -> 0 bytes
-rw-r--r--doc/src/projects/creator-projects-build-run-tutorial.qdoc19
4 files changed, 3 insertions, 16 deletions
diff --git a/doc/images/qtcreator-gs-build-example-kit-selector.png b/doc/images/qtcreator-gs-build-example-kit-selector.png
new file mode 100644
index 0000000000..0e65f2b1e2
--- /dev/null
+++ b/doc/images/qtcreator-gs-build-example-kit-selector.png
Binary files differ
diff --git a/doc/images/qtcreator-gs-build-example-open.png b/doc/images/qtcreator-gs-build-example-open.png
index 30177fe07b..cabd7f9ade 100644
--- a/doc/images/qtcreator-gs-build-example-open.png
+++ b/doc/images/qtcreator-gs-build-example-open.png
Binary files differ
diff --git a/doc/images/qtcreator-gs-build-example-targets.png b/doc/images/qtcreator-gs-build-example-targets.png
deleted file mode 100644
index 13a9255ad0..0000000000
--- a/doc/images/qtcreator-gs-build-example-targets.png
+++ /dev/null
Binary files differ
diff --git a/doc/src/projects/creator-projects-build-run-tutorial.qdoc b/doc/src/projects/creator-projects-build-run-tutorial.qdoc
index 0deeb3b6f3..179076501b 100644
--- a/doc/src/projects/creator-projects-build-run-tutorial.qdoc
+++ b/doc/src/projects/creator-projects-build-run-tutorial.qdoc
@@ -39,32 +39,19 @@
\image qtcreator-gs-build-example-open.png "Selecting an example"
- \o Search for \gui {Toys: Clocks Example} (2) in the list of examples
- and select it (3).
+ \o Select an example in the list of examples. You can also search for
+ examples (2).
\note The project opens in the \gui Edit mode, and the documentation
for the example hides these instructions. To return to these
instructions, select \gui {Previous Page} on the toolbar or
press \key {Alt+Left}.
- \o Select \gui Projects to configure the project:
-
- \image qtcreator-gs-build-example-targets.png "Selecting kit for building and running"
-
- \list 1
-
- \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 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-kit-selector.png "Selecting a kit to build with"
+ \image qtcreator-gs-build-example-kit-selector.png "Selecting a kit to build with"
\o Click
\inlineimage qtcreator-run.png