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>
This commit is contained in:
Leena Miettinen
2017-05-08 16:29:01 +02:00
parent 11dd4ab75c
commit 92918158e1

View File

@@ -135,5 +135,6 @@
application for example to mockup C++ items, then you can use \c{QML_DESIGNER_IMPORT_PATH} application for example to mockup C++ items, then you can use \c{QML_DESIGNER_IMPORT_PATH}
in the \c{.pro} file. in the \c{.pro} file.
Modules in the import paths defined in \c{QML_DESIGNER_IMPORT_PATH} will be used only in \QMLD. 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}.
*/ */