QT_ANDROID_ABIS

Lista de ABIs para los que están construidos los paquetes del proyecto.

Esta variable se introdujo en Qt 6.3.

Nota: Esta variable se encuentra en la vista previa de tecnología y puede cambiar en futuras versiones.

Nota: Esta variable sólo se utiliza si está orientada a la plataforma Android.

Especifica una lista de ABIs a utilizar para construir los paquetes del proyecto. Las ABIs soportadas son armeabi-v7a, arm64-v8a, x86, x86_64. Cada ABI debe tener el correspondiente Qt para Android instalado o creado por el usuario. Para especificar la ruta a la ABI de Qt para Android, utilice la variable correspondiente QT_PATH_ANDROID_ABI_<ABI>.

Nota: QT_ANDROID_BUILD_ALL_ABIS tiene mayor prioridad e ignora la lógica QT_ANDROID_ABIS.

Ver también QT_PATH_ANDROID_ABI_<ABI> y QT_ANDROID_BUILD_ALL_ABIS.

© 2026 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.