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.