qt_android_apply_arch_suffix

대상 바이너리의 이름에 아키텍처별 접미사를 포함하도록 구성합니다.

이 명령은 Qt6 패키지의 Core 컴포넌트에 정의되어 있으며, 다음과 같이 로드할 수 있습니다:

find_package(Qt6 REQUIRED COMPONENTS Core)

이 명령은 Qt 6.0에 도입되었습니다.

경고: 이 명령은 Qt 6.5부터 더 이상 사용되지 않습니다. 대신 qt_add_executable 또는 qt_add_library를 사용하십시오.

참고: 이 명령은 안드로이드 플랫폼을 대상으로 하는 경우에만 호출해야 합니다.

개요

qt_android_apply_arch_suffix(target)

버전 없는 명령이 비활성화되어 있으면 qt6_android_apply_arch_suffix() 대신 사용하세요. 이 명령과 동일한 인수 집합을 지원합니다.

설명

CMake SUFFIX 대상 속성은 대상의 빌드된 바이너리 파일 이름에 사용되는 접미사를 제어합니다. 이 명령은 해당 속성을 아키텍처별 값으로 설정할 때 편리합니다. 이는 서로 다른 아키텍처의 라이브러리가 서로 덮어쓰는 것을 방지하기 때문에 서로 다른 안드로이드 아키텍처에 대한 여러 빌드를 동일한 설치 위치에 설치할 때 유용합니다.

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