summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-09-30 15:52:24 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-09-30 15:52:24 (GMT)
commitbadcaa75b4a5e5dfbb85f5abf856abcfcfa20533 (patch)
tree70df9d393d3b6946178378560834239c81fdabf0 /doc/src/getting-started
parent86b4c125372f02c21be81fff376817852c28afa9 (diff)
parent2e16dff13d260e8ba07534b36ac635c9e625e442 (diff)
downloadQt-badcaa75b4a5e5dfbb85f5abf856abcfcfa20533.zip
Qt-badcaa75b4a5e5dfbb85f5abf856abcfcfa20533.tar.gz
Qt-badcaa75b4a5e5dfbb85f5abf856abcfcfa20533.tar.bz2
Merge branch '4.6'
Conflicts: src/corelib/io/qdatastream.h
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/installation.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/getting-started/installation.qdoc b/doc/src/getting-started/installation.qdoc
index 1a20be9..539c1d5 100644
--- a/doc/src/getting-started/installation.qdoc
+++ b/doc/src/getting-started/installation.qdoc
@@ -599,14 +599,14 @@ If you are using pre-built binaries, follow the instructions
\o Build Qt
- To build Qt for the device, type:
-
- \snippet doc/src/snippets/code/doc_src_installation.qdoc 28
-
To build Qt for the emulator, type:
\snippet doc/src/snippets/code/doc_src_installation.qdoc 24
+ To build Qt for the device, type:
+
+ \snippet doc/src/snippets/code/doc_src_installation.qdoc 28
+
Congratulations, Qt is now ready to use.
\o Running Qt demos