summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-05-19 06:23:52 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-05-19 06:23:52 (GMT)
commit399bb3dbeacc1d055191c200bbbc2ab262a8eb9b (patch)
tree24e1fb6c10196b72cbd2a7a4dc68e28706e0aba0 /doc
parent21a6df92c22d8b39b61f9d946b576089e046061d (diff)
downloadQt-399bb3dbeacc1d055191c200bbbc2ab262a8eb9b.zip
Qt-399bb3dbeacc1d055191c200bbbc2ab262a8eb9b.tar.gz
Qt-399bb3dbeacc1d055191c200bbbc2ab262a8eb9b.tar.bz2
Rename qml executable to qmlviewer
Revert the name of the 'qml' executable back to qmlviewer (QMLViewer on mac).
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/qmlruntime.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/declarative/qmlruntime.qdoc b/doc/src/declarative/qmlruntime.qdoc
index a03b9c2..cef5e63 100644
--- a/doc/src/declarative/qmlruntime.qdoc
+++ b/doc/src/declarative/qmlruntime.qdoc
@@ -42,7 +42,7 @@
/*!
\page qmlruntime.html
\title Qt Declarative UI Runtime
- \keyword QML Viewer (qml)
+ \keyword QML Viewer
\ingroup qttools
This page documents the \e{Declarative UI Runtime} for the Qt GUI
@@ -67,7 +67,7 @@
To run an application with the \QQV, pass the filename as an argument:
\code
- qml myQmlFile.qml
+ qmlviewer myQmlFile.qml
\endcode
Deploying a QML application via the \QQV allows for QML only deployments, but can also
@@ -92,7 +92,7 @@
as the appropriate module file is chosen based on platform naming conventions. The C++
modules must contain a QDeclarativeExtentionPlugin subclass.
- The application would be executed either with your own application, the command 'qml MyApp.qml' or by
+ The application would be executed either with your own application, the command 'qmlviewer MyApp.qml' or by
opening the file if your system has the \QQV registered as the handler for QML files. The MyApp.qml file would have access
to all of the deployed types using the import statements such as the following:
@@ -109,7 +109,7 @@
\section2 Options
- When run with the \c -help option, \c qml shows available options.
+ When run with the \c -help option, \c qmlviewer shows available options.
\section2 Translations