qt_android_abis

项目软件包的 ABI 列表。

此变量在 Qt 6.3 中引入。

注意: 此变量为技术预览版,可能会在未来的版本中更改。

注: 此变量仅在针对 Android 平台时使用。

指定用于构建项目包的 ABI 列表。支持的 ABI 有armeabi-v7a, arm64-v8a, x86, x86_64 。每个 ABI 都应安装或用户自建相应的 Qt for Android。要指定 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.