Qt6 LinguistTools의 CMake 명령어

Qt6::LinguistTools가 로드될 때 다음과 같은 CMake 명령이 정의됩니다.

find_package(Qt6 REQUIRED COMPONENTS LinguistTools)

CMake 명령 참조를참조하십시오 .

qt_add_lrelease

Qt Linguist.ts 파일을 .qm 파일로 변환하는 대상을 추가합니다.

qt_add_lupdate

Qt Linguist.ts 파일을 생성하거나 업데이트할 대상을 추가합니다.

qt_add_translation

Qt Linguist.ts 파일을 .qm 파일로 컴파일합니다.

qt_add_translations

Qt Linguist.ts 파일을 .qm 파일로 업데이트하고 변환할 대상을 추가합니다.

qt_collect_translation_source_targets

번역할 수 있는 대상을 수집합니다.

qt_create_translation

Qt Linguist 번역 툴체인을 설정합니다.

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