qt_android_abis

单个目标软件包的 ABI 列表。

此属性在 Qt 6.3 中引入。

注意: 该属性仅用于 Android 平台。

通过为目标设置QT_ANDROID_ABIS 属性,可以控制单个目标软件包应该为之构建的 ABI 列表。支持的 ABI 为armeabi-v7a, arm64-v8a, x86, x86_64 。该属性只影响使用qt_add_executable() 创建的目标。

另请参阅 QT_ANDROID_ABISQT_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.