QT_QML_GENERATE_QMLS_INI_NO_CMAKE_CALLS

이 변수는 Qt 6.10에 도입되었습니다.

QT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS QT_QML_GENERATE_QMLLS_INI 옵션으로 생성된 .qmlls.ini 파일의 no-cmake-calls 값을 제어하는 부울입니다. ON 로 설정하면 QML Language Server 에 의한 CMake 호출을 비활성화할 수 있습니다.

이 변수는 IDE 통합에 사용되므로 일반적으로 프로젝트 자체에서 설정해서는 안 되며, IDE를 통해 또는 수동으로 CMake에 전달해야 합니다.

-DQT_QML_GENERATE_QMLLS_INI=ON -DQT_QML_GENERATE_QMLLS_INI_NO_CMAKE_CALLS=ON

를 전달해야 합니다.

이 변수는 QT_QML_GENERATE_QMLLS_INI가 비활성화되어 있으면 영향을 미치지 않습니다.

QT_QML_GENERATE_QMLLS_INI자동 CMake 빌드 비활성화도참조하세요 .

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