Qt6 Qml의 CMake 전역 변수

CMake 명령은 다음과 같은 글로벌 CMake 변수에 대해 알고 있습니다:

QT_QML_GENERATE_QMLLS_INI

QML Language Server 에 대한 .qmlls.ini 파일 자동 생성을 활성화합니다.

QT_QML_NO_CACHEGEN

QML 파일을 바이트코드 또는 C++ 코드로 컴파일하지 않도록 합니다.

QT_QML_OUTPUT_DIRECTORY

기본적으로 QML 모듈이 생성되는 기본 출력 디렉터리입니다.

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