summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2023-04-26 17:16:50 +0200
committerEike Ziller <eike.ziller@qt.io>2023-05-02 09:33:21 +0000
commit885bf15a794931696ff6ae6a5256d871658f2d39 (patch)
tree9f1855da5f9939b0e3f0e5cf0ca93e902354b816 /doc
parentd86b09129732e8f2f4c4b8970e65fb60e7d6fcde (diff)
downloadqt-creator-885bf15a794931696ff6ae6a5256d871658f2d39.tar.gz
Doc: Describe the "Qt Quick Application (compat)" wizard template
Fix descriptions of the "Qt Quick Application" wizard template. Change-Id: I15390252b29f5437d488bb8692787993855d1545 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/qtcreator-project-qt-quick.webpbin9638 -> 9112 bytes
-rw-r--r--doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc8
-rw-r--r--doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc4
3 files changed, 8 insertions, 4 deletions
diff --git a/doc/qtcreator/images/qtcreator-project-qt-quick.webp b/doc/qtcreator/images/qtcreator-project-qt-quick.webp
index 48a83d2dda..ac329a5c43 100644
--- a/doc/qtcreator/images/qtcreator-project-qt-quick.webp
+++ b/doc/qtcreator/images/qtcreator-project-qt-quick.webp
Binary files differ
diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc b/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc
index af5f9ac321..2c8a4e8e8e 100644
--- a/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc
+++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-creating.qdoc
@@ -75,6 +75,10 @@
\image qtcreator-project-qt-quick.webp {New Project dialog}
+ \note To use \l qmake as the build system, develop with Qt 5,
+ or add translations to the application, select
+ \uicontrol {Qt Quick Application (compat)}.
+
\li In the \uicontrol {Project Location} dialog, \uicontrol Name field,
enter a name for the project. Keep in mind that you cannot easily
change the project name later.
@@ -93,8 +97,8 @@
\QDS, select \uicontrol {Create a project that you can open in \QDS}.
\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}.
+ use for building and running the project: \l {Setting Up CMake}
+ {CMake} or \l {Setting Up Qbs}{Qbs}.
\li Select \uicontrol Next to open the
\uicontrol {Define Project Details} dialog.
diff --git a/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc b/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc
index 5c933d5305..f01fae3bd8 100644
--- a/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc
+++ b/doc/qtcreator/src/qtquick/creator-only/qtquick-tutorial-create-empty-project.qdocinc
@@ -30,8 +30,8 @@
{CMake} as the build system to use for building and running the
project.
- \note If you select \l qmake, the instructions for configuring the
- project won't apply.
+ \note If you select \l {Setting Up Qbs}{Qbs}, the instructions for
+ configuring the project won't apply.
\li Select \uicontrol Next to open the
\uicontrol {Define Project Details} dialog.