diff --git a/doc/qtcreator/images/creator-qbs-build-app.png b/doc/qtcreator/images/creator-qbs-build-app.png index ef7ea314625..f7034401f2c 100644 Binary files a/doc/qtcreator/images/creator-qbs-build-app.png and b/doc/qtcreator/images/creator-qbs-build-app.png differ diff --git a/doc/qtcreator/images/qtcreator-build-settings-qbs.png b/doc/qtcreator/images/qtcreator-build-settings-qbs.png index a5b3caed834..b302af842a5 100644 Binary files a/doc/qtcreator/images/qtcreator-build-settings-qbs.png and b/doc/qtcreator/images/qtcreator-build-settings-qbs.png differ diff --git a/doc/qtcreator/src/android/deploying-android.qdoc b/doc/qtcreator/src/android/deploying-android.qdoc index 6ed530b31e2..97c12b936d9 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 64ab2f468ec..329b69094bf 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.