diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-05-24 06:19:37 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-05-24 06:19:37 (GMT) |
commit | 56f0ab34eff5282fc0444b95fa359535a96e5c1e (patch) | |
tree | 86a7857754971b984dd761ff9f2adfb44fe7d093 /doc | |
parent | 180e2ce2cca53f2c395e8dc9213d714c396c4555 (diff) | |
download | Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.zip Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.tar.gz Qt-56f0ab34eff5282fc0444b95fa359535a96e5c1e.tar.bz2 |
Doc fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/declarative/examples.qdoc | 6 |
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 |