14 lines
333 B
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"
|
||
|
}
|
||
|
]
|
||
|
}
|