qmlcontextpropertydump
qmlcontextpropertydump는 C++ 소스 폴더에서 잠재적인 컨텍스트 프로퍼티 정의를 검색하고, 이를 qmllint 및 QML Language Server.
qmlcontextpropertydump는 CMake API를 통해 사용하는 것이 가장 좋습니다. qt_add_qml_module은 올바른 인수를 사용하여 qmlcontextpropertydump 을 호출하는 글로벌 dump_qml_context_properties 타깃을 만듭니다. 덤프 파일이 이미 존재하는 경우 dump_qml_context_properties 은 아무 작업도 수행하지 않습니다. 컨텍스트 속성 덤프를 삭제하려면 clean_qml_context_properties 대상을 사용합니다. 컨텍스트 속성 덤프 파일은 <build>/.qt/contextPropertyDump.ini 의 빌드 폴더에 있습니다.
© 2026 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.