summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/extending-tutorial.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-28 07:01:30 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-29 00:51:26 (GMT)
commit63920a41b8dde3b9fa2c47efe95fcbaf83a1178f (patch)
tree4873d5c0946dc906cc47d3ee4200a2f5e89356d2 /doc/src/declarative/extending-tutorial.qdoc
parentdd871bf6208821ab9852680a338133accbfdedd7 (diff)
downloadQt-63920a41b8dde3b9fa2c47efe95fcbaf83a1178f.zip
Qt-63920a41b8dde3b9fa2c47efe95fcbaf83a1178f.tar.gz
Qt-63920a41b8dde3b9fa2c47efe95fcbaf83a1178f.tar.bz2
Improvements to Modules docs
Task-number: QTBUG-12430
Diffstat (limited to 'doc/src/declarative/extending-tutorial.qdoc')
-rw-r--r--doc/src/declarative/extending-tutorial.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/declarative/extending-tutorial.qdoc b/doc/src/declarative/extending-tutorial.qdoc
index bc849b0..d128d0f 100644
--- a/doc/src/declarative/extending-tutorial.qdoc
+++ b/doc/src/declarative/extending-tutorial.qdoc
@@ -421,7 +421,7 @@ To create a plugin library, we need:
\list
\o A plugin class that registers our QML types
\o A project file that describes the plugin
-\o A "qmldir" file that tells the QML engine to load the plugin
+\o A \l{Writing a qmldir file}{qmldir} file that tells the QML engine to load the plugin
\endlist
First, we create a plugin class named \c ChartsPlugin. It subclasses QDeclarativeExtensionPlugin
@@ -441,8 +441,8 @@ and specifies with DESTDIR that library files should be built into a "lib" subdi
\quotefile declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
-Finally, we add a \c qmldir file that is automatically parsed by the QML engine.
-Here, we specify that a plugin named "chapter6-plugin" (the name
+Finally, we add a \l{Writing a qmldir file}{qmldir} file that is automatically parsed by the QML engine.
+In this file, we specify that a plugin named "chapter6-plugin" (the name
of the example project) can be found in the "lib" subdirectory:
\quotefile declarative/tutorials/extending/chapter6-plugins/qmldir