aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-28 17:37:09 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2022-02-28 16:56:58 +0000
commitfc82e593afc633cc194a16a8e1bf7abc549f27e3 (patch)
tree2b545547365325be2e2a8bf10a9fdf1ce65979d4 /doc
parent691e3ff12dc80137dd9069381240b19806768c5b (diff)
Doc: Update Qbs settings
Task-number: QTCREATORBUG-26610 Change-Id: I98261c9fa36f34d8b13a2b12a3a545f6662916b5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/qtcreator/images/creator-qbs-build-app.pngbin13104 -> 14380 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-build-settings-qbs.pngbin10842 -> 7176 bytes
-rw-r--r--doc/qtcreator/src/android/deploying-android.qdoc4
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-settings-build-qbs.qdoc14
4 files changed, 9 insertions, 9 deletions
diff --git a/doc/qtcreator/images/creator-qbs-build-app.png b/doc/qtcreator/images/creator-qbs-build-app.png
index ef7ea31462..f7034401f2 100644
--- a/doc/qtcreator/images/creator-qbs-build-app.png
+++ b/doc/qtcreator/images/creator-qbs-build-app.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-build-settings-qbs.png b/doc/qtcreator/images/qtcreator-build-settings-qbs.png
index a5b3caed83..b302af842a 100644
--- a/doc/qtcreator/images/qtcreator-build-settings-qbs.png
+++ b/doc/qtcreator/images/qtcreator-build-settings-qbs.png
Binary files differ
diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc
index 6ed530b31e..97c12b936d 100644
--- a/doc/qtcreator/src/android/deploying-android.qdoc
+++ b/doc/qtcreator/src/android/deploying-android.qdoc
@@ -172,8 +172,8 @@
\image qtcreator-android-cmake-settings.png "CMake settings for building AABs"
- When building with qmake, you can select the ABIs in the \uicontrol ABIs
- field in the \uicontrol {Build Steps}:
+ When building with Qbs or qmake, you can select the ABIs in the
+ \uicontrol ABIs field in the \uicontrol {Build Steps}:
\image qtcreator-android-build-steps.png "qmake settings for building AABs"
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build-qbs.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build-qbs.qdoc
index 64ab2f468e..329b69094b 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build-qbs.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-settings-build-qbs.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -48,8 +48,8 @@
more information, see \l{Using the Performance Analyzer}. To use default
settings, select \uicontrol {Leave at Default}.
- For more information about the QML and Qt Quick options, see
- \l{Compiling QML}.
+ For more information about the QML debugging options, see
+ \l{Setting Up QML Debugging}.
For more information about configuring Qbs, see \l{Setting Up Qbs}.
@@ -65,6 +65,10 @@
include debug symbols in the build for debugging the application and
\uicontrol Release to create the final installation file.
+ \li In the \uicontrol ABIs field, select the ABIs for
+ the \l{Connecting Android Devices}{Android} device
+ architectures to build the project for.
+
\li In the \uicontrol {Parallel jobs} field, specify the number of
parallel jobs to use for building.
@@ -119,10 +123,6 @@
\endlist
- If the \l{glossary-buildandrun-kit}{kit} specifies Qt for Android
- version 5.14.0 or later, you can select the ABIs for the Android device
- architectures to build the project for in the \uicontrol ABIs field.
-
The \uicontrol {Equivalent command line} field displays the build command
that is constructed based on the selected options.