summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-02-22 11:32:35 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2017-02-28 09:34:09 +0000
commit69ec8054a6275771ef7a272e2abc596a387cec0e (patch)
treecd49e69a213771e7dbd57a60a85c2314749defbc /doc
parentae6874b26d08e063ce75faf965db46df32f9e0e4 (diff)
downloadqt-creator-69ec8054a6275771ef7a272e2abc596a387cec0e.tar.gz
Adjust documentation for QMLPROJECT
Change-Id: Ibb80bf3d966f67577bcfcb499c9dfa5cac405129 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index 895296b754..5f303a46ec 100644
--- a/doc/src/qtquick/qtquick-creating.qdoc
+++ b/doc/src/qtquick/qtquick-creating.qdoc
@@ -59,12 +59,15 @@
that imports the Qt Canvas 3D module and, optionally, includes
\l{http://threejs.org}{three.js}.
- \li \uicontrol {Qt Quick 2 UI} (in the \uicontrol {Other Project}
+ \li \uicontrol {Qt Quick UI Prototype} (in the \uicontrol {Other Project}
category) creates a \l{Creating Qt Quick UI Projects}
{Qt Quick UI project} with a single QML file that
contains the main view. You can review Qt Quick 2 UI projects in the
\l{Previewing QML Files}{QML Scene preview tool}. You do not need to
build them, because they do not contain any C++ code.
+ Use this only if you are prototyping. You cannot create a full application
+ with this.
+
Qt Quick UI projects cannot be deployed to embedded or mobile
target platforms. For those platforms, create a Qt Quick application
instead.