qt_android_apply_arch_suffix
ターゲットバイナリの名前にアーキテクチャ固有のサフィックスを含めるように設定します。
このコマンドはQt6
パッケージのCore
コンポーネントで定義されています:
find_package(Qt6 REQUIRED COMPONENTS Core)
このコマンドは Qt 6.0 で導入されました。
このコマンドは Qt 6.0 で導入されました: 警告: このコマンドは Qt 6.0 で導入されました。代わりにqt_add_executableかqt_add_library を使ってください。
注意: このコマンドは Android プラットフォームをターゲットにしている場合にのみ呼び出してください。
概要
qt_android_apply_arch_suffix(target)
バージョンレスコマンドが無効になっている場合は、代わりにqt6_android_apply_arch_suffix()
を使ってください。このコマンドと同じ引数セットをサポートしています。
説明
CMakeSUFFIX
target プロパティは、ターゲットのビルドされたバイナリのファイル名に使用されるサフィックスを制御します。このコマンドは、このプロパティをアーキテクチャ固有の値に設定するための便利なコマンドです。これは、異なる Android アーキテクチャ用の複数のビルドを同じインストール先にインストールする場合に便利で、異なるアーキテクチャ用のライブラリが互いに上書きされるのを防ぎます。
© 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.