summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-11-27 17:37:14 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2014-11-28 14:25:58 +0100
commit16c3745da475ceea0fd20c2bf32ab38c89682a16 (patch)
tree7d082b3a7b3879cba5e63e1f857ba05263f340e0
parent9ccb6b81c982cebf6859d67d08683741df857842 (diff)
downloadqt-creator-16c3745da475ceea0fd20c2bf32ab38c89682a16.tar.gz
Doc: update QML emulation layer options
A check box was divided into two radio buttons. Change-Id: I0439e038be2508a62811a5200c10a07367e85576 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
-rw-r--r--doc/src/qtquick/qtquick-modules-with-plugins.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
index cc0586bed0..f31fdaf283 100644
--- a/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
+++ b/doc/src/qtquick/qtquick-modules-with-plugins.qdoc
@@ -91,13 +91,14 @@
correctly from QML modules, the emulation layer must be built with the same
Qt version as the QML modules.
- By default, the emulation layer is provided by \QC and built with the same
+ By default, a fallback emulation layer is provided by \QC and built with the same
Qt version as \QC. Therefore, your QML modules will mostly not work out of
the box.
To use an emulation layer that is built with the Qt
- configured in the build and run kit for the project, deselect the
- \gui {Always use the QML emulation layer provided by Qt Creator} check box.
+ configured in the build and run kit for the project, select \gui Tools >
+ \gui Options > \gui {Qt Quick} > \gui {Qt Quick Designer} >
+ \gui {Use QML emulation layer which is built by the selected Qt} radio button.
\QC builds the emulation layer when you select the \gui Design mode.
*/