aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-05-08 16:29:01 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-05-09 08:34:41 +0000
commit92918158e1b8d17f85f88e169be58345ecffd05d (patch)
tree61030158ef3f75923ed80fdd36d3699a10828dac /doc/src/qtquick
parent11dd4ab75cab04bba3014695231698a73bcda62e (diff)
Doc: Add a link to the Qt Quick Controls 2 - Contact List example
...to the section that describes using the QML_DESIGNER_IMPORT_PATH option in a project .pro file. Change-Id: Ia8b10481b4235a89dae6d8df2b0320efb88ed1dd Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'doc/src/qtquick')
-rw-r--r--doc/src/qtquick/qtquick-modules-with-plugins.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
index be9d8ee5ed..d03626efca 100644
--- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
+++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
@@ -135,5 +135,6 @@
application for example to mockup C++ items, then you can use \c{QML_DESIGNER_IMPORT_PATH}
in the \c{.pro} file.
Modules in the import paths defined in \c{QML_DESIGNER_IMPORT_PATH} will be used only in \QMLD.
+ For an example, see \l {Qt Quick Controls 2 - Contact List}.
*/