QT_ANDROID_ABIS▲
List of ABIs that the project packages are built for.
This variable was introduced in Qt 6.3.
This variable is in technology preview and may change in future releases.
This variable is used only if targeting the Android platform.
This variable 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. It's possible to specify the path to the Qt for Android ABI using the corresponding QT_PATH_ANDROID_ABI_<ABI> variable.
QT_ANDROID_BUILD_ALL_ABIS has the higher priority and ignores the QT_ANDROID_ABIS logic.