summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-05-24 06:54:25 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-05-24 06:54:25 (GMT)
commitb82f89bf650ea8a7685737f737d410a089325152 (patch)
tree9a37ae603591afbc1cd68f449b22f876682bcb42 /doc/src
parent82e5ad18fdde7fba4146f28dec897328ec331dff (diff)
parent56f0ab34eff5282fc0444b95fa359535a96e5c1e (diff)
downloadQt-b82f89bf650ea8a7685737f737d410a089325152.zip
Qt-b82f89bf650ea8a7685737f737d410a089325152.tar.gz
Qt-b82f89bf650ea8a7685737f737d410a089325152.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/examples.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index a355f9f..6e0426c 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -56,17 +56,17 @@ sub-directory that show how to use various aspects of QML. In addition, the
applications. These demos are intended to show integrated functionality
rather than being instructive on specific elements.
-To run the examples and demos, you can use Qt Creator or the included \l {Qt Declarative UI Runtime}{qml}
+To run the examples and demos, you can use Qt Creator or the included \l {Qt Declarative UI Runtime}{qmlviewer}
command-line application. It has some useful options, revealed by:
\code
- bin/qml -help
+ bin/qmlviewer -help
\endcode
For example, from your build directory, run:
\code
- bin/qml $QTDIR/demos/declarative/samegame/samegame.qml
+ bin/qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml
\endcode
\section1 Examples