qtdeclarative/examples/qmlcompiler/tutorials/helloworld/chapter3/plugin.json

14 lines
333 B
JSON

{
"name": "HelloWorld",
"author": "Qt Example",
"description": "Demonstrates how to write a qmllint plugin",
"version": "1.0",
"loggingCategories": [
{
"name": "hello-world",
"settingsName": "HelloWorld",
"description": "Used to create test messages"
}
]
}