forked from qt-creator/qt-creator
Doc: Update Qbs settings
Task-number: QTCREATORBUG-26610 Change-Id: I98261c9fa36f34d8b13a2b12a3a545f6662916b5 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.0 KiB |
@@ -172,8 +172,8 @@
|
|||||||
|
|
||||||
\image qtcreator-android-cmake-settings.png "CMake settings for building AABs"
|
\image qtcreator-android-cmake-settings.png "CMake settings for building AABs"
|
||||||
|
|
||||||
When building with qmake, you can select the ABIs in the \uicontrol ABIs
|
When building with Qbs or qmake, you can select the ABIs in the
|
||||||
field in the \uicontrol {Build Steps}:
|
\uicontrol ABIs field in the \uicontrol {Build Steps}:
|
||||||
|
|
||||||
\image qtcreator-android-build-steps.png "qmake settings for building AABs"
|
\image qtcreator-android-build-steps.png "qmake settings for building AABs"
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
**
|
**
|
||||||
** Copyright (C) 2021 The Qt Company Ltd.
|
** Copyright (C) 2022 The Qt Company Ltd.
|
||||||
** Contact: https://www.qt.io/licensing/
|
** Contact: https://www.qt.io/licensing/
|
||||||
**
|
**
|
||||||
** This file is part of the Qt Creator documentation.
|
** This file is part of the Qt Creator documentation.
|
||||||
@@ -48,8 +48,8 @@
|
|||||||
more information, see \l{Using the Performance Analyzer}. To use default
|
more information, see \l{Using the Performance Analyzer}. To use default
|
||||||
settings, select \uicontrol {Leave at Default}.
|
settings, select \uicontrol {Leave at Default}.
|
||||||
|
|
||||||
For more information about the QML and Qt Quick options, see
|
For more information about the QML debugging options, see
|
||||||
\l{Compiling QML}.
|
\l{Setting Up QML Debugging}.
|
||||||
|
|
||||||
For more information about configuring Qbs, see \l{Setting Up Qbs}.
|
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
|
include debug symbols in the build for debugging the application and
|
||||||
\uicontrol Release to create the final installation file.
|
\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
|
\li In the \uicontrol {Parallel jobs} field, specify the number of
|
||||||
parallel jobs to use for building.
|
parallel jobs to use for building.
|
||||||
|
|
||||||
@@ -119,10 +123,6 @@
|
|||||||
|
|
||||||
\endlist
|
\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
|
The \uicontrol {Equivalent command line} field displays the build command
|
||||||
that is constructed based on the selected options.
|
that is constructed based on the selected options.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user