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.