forked from qt-creator/qt-creator
Adjust documentation for QMLPROJECT
Change-Id: Ibb80bf3d966f67577bcfcb499c9dfa5cac405129 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -59,12 +59,15 @@
|
|||||||
that imports the Qt Canvas 3D module and, optionally, includes
|
that imports the Qt Canvas 3D module and, optionally, includes
|
||||||
\l{http://threejs.org}{three.js}.
|
\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}
|
category) creates a \l{Creating Qt Quick UI Projects}
|
||||||
{Qt Quick UI project} with a single QML file that
|
{Qt Quick UI project} with a single QML file that
|
||||||
contains the main view. You can review Qt Quick 2 UI projects in the
|
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
|
\l{Previewing QML Files}{QML Scene preview tool}. You do not need to
|
||||||
build them, because they do not contain any C++ code.
|
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
|
Qt Quick UI projects cannot be deployed to embedded or mobile
|
||||||
target platforms. For those platforms, create a Qt Quick application
|
target platforms. For those platforms, create a Qt Quick application
|
||||||
instead.
|
instead.
|
||||||
|
Reference in New Issue
Block a user