qt_android_abis

一つのターゲットのパッケージがビルドされるABIのリスト。

このプロパティは Qt 6.3 で導入されました。

注意: このプロパティはテクノロジープレビューであり、将来のリリースで変更される可能性があります。

Note: このプロパティは、Android プラットフォームをターゲットにしている場合にのみ使用されます。

ターゲットに対してQT_ANDROID_ABIS プロパティを設定することで、単一のターゲット・パッケージがビルドされることになっている ABI のリストを制御することができます。サポートされているABIはarmeabi-v7a, arm64-v8a, x86, x86_64 です。このプロパティは、qt_add_executable() で作成されたターゲットにのみ影響します。

QT_ANDROID_ABISおよび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.