qt_android_build_all_abis

自動検出された Qt for Android SDK リストを使ってマルチ ABI パッケージをビルドできるようにします。

この変数は Qt 6.3 で導入されました。

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

注意: この変数は、Androidプラットフォームをターゲットにしている場合にのみ使用されます。

Qt for Android の利用可能な 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 に設定されています。

QT_PATH_ANDROID_ABI_<ABI>も参照してください

© 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.