Configures the target binary's name to include an architecture-specific suffix.
命令的定义在
Core
组件对于
Qt6
package. Load the package with:
find_package(Qt6 COMPONENTS Core REQUIRED)
注意: This command is in technology preview and may change in future releases.
注意: This command should only be called if targeting the Android platform.
qt_android_apply_arch_suffix(target)
若
无版本命令
被禁用,使用
qt6_android_apply_arch_suffix()
代替。它支持如此命令的一组相同自变量。
The CMake
SUFFIX
target property controls the suffix used on the file name of the target's built binary. This command is a convenience for setting that property to an architecture-specific value. This is useful when installing multiple builds for different Android architectures into the same install location, as it prevents the libraries for different architectures from overwriting each other.