From 0fe55f3b80b48f6b0098e7b313e08b8bf50e5b2b Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 7 Jun 2017 16:24:04 +0200 Subject: [PATCH] Doc: Add build system selection step to wizard instructions This was still missing from the Qt Quick Application wizard docs. Change-Id: I8e94d61080dc7877eb354c9342f49cdc1a6b01ed Reviewed-by: Tarja Sundqvist Reviewed-by: Tim Jenssen Reviewed-by: Tobias Hunger --- doc/src/qtquick/qtquick-creating.qdoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc index 5f303a46ecf..1a63026fbce 100644 --- a/doc/src/qtquick/qtquick-creating.qdoc +++ b/doc/src/qtquick/qtquick-creating.qdoc @@ -93,6 +93,18 @@ \uicontrol Application > \uicontrol {Qt Quick Application} > \uicontrol Choose. + \li In the \uicontrol Name field, enter a name for the application. + + \li In the \uicontrol {Create in} field, enter the path for the project + files, and then select \uicontrol Next (or \uicontrol Continue on + \macos). + + \li In the \uicontrol {Build system} field, select the build system to + use for building and running the project: \l qmake, + \l {Setting Up CMake}{CMake}, or \l {Setting Up Qbs}{Qbs}. + + \li Select \uicontrol Next. + \li Select the Qt version to develop with in the \uicontrol {Minimal required Qt version} field. The Qt version determines the Qt Quick imports that are used in the @@ -104,7 +116,7 @@ with the UI forms for \QD, it is recommended that you use \QMLD to edit the UI forms. For more information, see \l{Qt Quick UI Forms}. - \li Select \uicontrol Next (or \uicontrol Continue on \macos). + \li Select \uicontrol Next. \li Select \l{glossary-buildandrun-kit}{kits} for running and building your project, and then click \uicontrol Next.