summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.