forked from qt-creator/qt-creator
Change-Id: I2b2c704260c613985a4bda179658ec1f8879e70f Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
25 lines
668 B
JSON
25 lines
668 B
JSON
{
|
|
"IID" : "plugin",
|
|
"MetaData" : {
|
|
"Name" : "test",
|
|
"Version" : "1.0.1",
|
|
"CompatVersion" : "1.0.0",
|
|
"Vendor" : "Digia Plc",
|
|
"Copyright" : "(C) 2014 Digia Plc",
|
|
"License" : [
|
|
"This is a default license bla",
|
|
"blubbblubb",
|
|
"end of terms"
|
|
],
|
|
"Description" : [
|
|
"This plugin is just a test.",
|
|
" it demonstrates the great use of the plugin spec."
|
|
],
|
|
"Url" : "http://qt.digia.com",
|
|
"Dependencies" : [
|
|
{ "Version" : "2.3.0_2" },
|
|
{ "Name" : "EvenOther", "Version" : "1.0.0" }
|
|
]
|
|
}
|
|
}
|