From 92918158e1b8d17f85f88e169be58345ecffd05d Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 8 May 2017 16:29:01 +0200 Subject: [PATCH] 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 --- doc/src/qtquick/qtquick-modules-with-plugins.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc index be9d8ee5ed0..d03626efca7 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}. */