QT_ANDROID_ABIS

List of ABIs that the project packages are built for.

This variable was introduced in Qt 6.3.

Note: This variable is in technology preview and may change in future releases.

Note: This variable is used only if targeting the Android platform.

Specifies a list of ABIs to be used to build the project packages. The supported ABIs are armeabi-v7a, arm64-v8a, x86, x86_64. Each ABI should have the corresponding Qt for Android either installed or user-built. To specify the path to the Qt for Android ABI, use the corresponding QT_PATH_ANDROID_ABI_<ABI> variable.

Note: QT_ANDROID_BUILD_ALL_ABIS has the higher priority and ignores the QT_ANDROID_ABIS logic.

See also QT_PATH_ANDROID_ABI_<ABI> and QT_ANDROID_BUILD_ALL_ABIS.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.