QT_ANDROID_BUILD_ALL_ABIS
자동 감지된 안드로이드용 Qt SDK 목록을 사용하여 다중 ABI 패키지를 빌드할 수 있습니다.
이 변수는 Qt 6.3에 도입되었습니다.
참고: 이 변수는 기술 프리뷰에 있으며 향후 릴리스에서 변경될 수 있습니다.
참고: 이 변수는 Android 플랫폼을 타깃팅하는 경우에만 사용됩니다.
Android용 Qt의 사용 가능한 ABI를 자동으로 감지하여 패키지를 빌드하는 데 사용합니다. 자동 감지는 Qt 설치 프로그램에서 제공하는 기본 디렉토리 구조와 그에 해당하는 디렉터리 이름을 사용합니다. 지원되는 ABI는 armeabi-v7a, arm64-v8a, x86, x86_64
입니다. 일반적인 디렉토리 구조는 아래와 같습니다:
/path/to/Qt/6.x.x android_armv7 android_arm64_v8a android_x86 android_x86_64 ...
자동 감지된 경로는 QT_PATH_ANDROID_ABI_<ABI>
변수 중 하나를 사용하여 사용자 지정할 수 있습니다.
이 변수는 기본적으로 FALSE
로 설정되어 있습니다.
© 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.