QT_ANDROID_ABIS

프로젝트 패키지가 빌드된 ABI의 목록입니다.

이 변수는 Qt 6.3에 도입되었습니다.

참고: 이 변수는 기술 프리뷰에 있으며 향후 릴리스에서 변경될 수 있습니다.

참고: 이 변수는 Android 플랫폼을 타깃팅하는 경우에만 사용됩니다.

프로젝트 패키지를 빌드하는 데 사용할 ABI 목록을 지정합니다. 지원되는 ABI는 armeabi-v7a, arm64-v8a, x86, x86_64 입니다. 각 ABI에는 해당 안드로이드용 Qt가 설치되어 있거나 사용자가 빌드해야 합니다. Qt for Android ABI의 경로를 지정하려면 해당 QT_PATH_ANDROID_ABI_<ABI> 변수를 사용합니다.

참고: QT_ANDROID_BUILD_ALL_ABIS 우선 순위가 더 높으며 QT_ANDROID_ABIS 로직을 무시합니다.

QT_PATH_ANDROID_ABI_<ABI>QT_ANDROID_BUILD_ALL_ABIS도참조하십시오 .

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