summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/examples.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-02 01:21:55 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-02 03:43:53 (GMT)
commita02de048753aeb9e4c6811bf7689801c59d3c236 (patch)
treef93f7263f5ec8f2775840cc581a1823f1de4e095 /doc/src/declarative/examples.qdoc
parent1636e03a2fda5108cb4389689a327e65c47dfe0e (diff)
downloadQt-a02de048753aeb9e4c6811bf7689801c59d3c236.zip
Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.gz
Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.bz2
Fix docs to link to the new QML Viewer page instead of the Runtime page
where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
Diffstat (limited to 'doc/src/declarative/examples.qdoc')
-rw-r--r--doc/src/declarative/examples.qdoc13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index 587cdf2..8a24228 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -36,11 +36,18 @@ Qt includes a set of examples and demos that show how to use various aspects
of QML. The examples are small demonstrations of particular QML components,
while the demos contain more complete and functional applications.
-To run the examples and demos, you can use Qt Creator or the included \l {Qt Declarative UI Runtime}{qmlviewer}
-command-line application. For example, from your build directory, run:
+To run the examples and demos, open them in Qt Creator or use the included
+\l {QML Viewer} tool. The \l {QML Viewer} can be run from the command line:
\code
- bin/qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml
+ qmlviewer $QTDIR/demos/declarative/samegame/samegame.qml
+\endcode
+
+On Mac OS X, you can run the included "QMLViewer" application from the
+Finder, or use the command line:
+
+\code
+ QMLViewer.app/Contents/MacOS/QMLViewer $QTDIR/demos/declarative/samegame/samegame.qml
\endcode