summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/examples.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-03-29 00:51:24 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-03-29 01:00:12 (GMT)
commiteb125f983d274d6ddb48c96389b344b8f45bbbd0 (patch)
tree3bac25f40109051828ab6a62f24c4e3cc6f95990 /doc/src/declarative/examples.qdoc
parent9618d60aecf2609f50bc573874eef6d4a52a24e3 (diff)
downloadQt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.zip
Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.gz
Qt-eb125f983d274d6ddb48c96389b344b8f45bbbd0.tar.bz2
Remove references to qmlviewer in docs.
Diffstat (limited to 'doc/src/declarative/examples.qdoc')
-rw-r--r--doc/src/declarative/examples.qdoc10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index b7da508..3d8325e 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -51,21 +51,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 specifice elements.
-To run the examples and demos, use the included \l {qmlviewer}{qmlviewer}
+To run the examples and demos, use the included \l {Qt Declarative UI Runtime}{qml}
application. It has some useful options, revealed by:
\code
- bin/qmlviewer -help
+ bin/qml -help
\endcode
For example, from your build directory, run:
\code
- bin/qmlviewer $QTDIR/demos/declarative/flickr/flickr-desktop.qml
-\endcode
-or
-\code
- bin/qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml
+ bin/qml $QTDIR/demos/declarative/samegame/samegame.qml
\endcode
\section1 Examples