From 69ec8054a6275771ef7a272e2abc596a387cec0e Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 22 Feb 2017 11:32:35 +0100 Subject: [PATCH] Adjust documentation for QMLPROJECT Change-Id: Ibb80bf3d966f67577bcfcb499c9dfa5cac405129 Reviewed-by: Leena Miettinen --- doc/src/qtquick/qtquick-creating.qdoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 895296b7545..5f303a46ecf 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.