summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-05-10 16:00:17 +0200
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-05-11 11:57:51 +0200
commite271000bf7507c5f737c1b209fff3ea47a99b214 (patch)
tree6271ace18d53926821078d9f08f24a33f8a3e6ff /doc
parent8bad963dee60534d2d7c72daedab60136541bbc2 (diff)
downloadqt-creator-e271000bf7507c5f737c1b209fff3ea47a99b214.tar.gz
Doc: reorganize info to make it clearer
Readers got confused with qmldump and qmlplugindump Change-Id: Ia228ac43e1f40659bc6df4e6e5fc5139055fc455 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtquick/qtquick-modules-with-plugins.qdoc9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
index 86ea7a4ea2..a52448280e 100644
--- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
+++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
@@ -65,10 +65,7 @@
You can create and edit \c qmltypes files manually, but you are recommended
to use the \c qmlplugindump tool shipped with Qt 4.8 and later to generate
- them automatically. For earlier versions of Qt, you can compile a version
- of the tool called \c qmldump from the sources in
- \c{<QtCreator>/share/qtcreator/qml/qmldump} if the Qt version contains
- private headers.
+ them automatically.
Once you have obtained qmlplugindump for the Qt version the QML module's
plugins were compiled with, run the following command to load My.Module
@@ -82,6 +79,10 @@
You can safely ignore the debug output.
+ For Qt 4.7.x, you can compile a version of the tool called \c qmldump from
+ the sources in \c{<QtCreator>/share/qtcreator/qml/qmldump} if the Qt version
+ contains private headers.
+
\section1 Dumping Plugins Automatically
If a module with plugins lacks the \c qmltypes file, \QC tries to generate