Files
qt-creator/tests/manual/pluginview/plugins/plugin1/plugin1.json
Orgad Shaneh 8de20c9d6c ExtensionSystem: Revive manual test
Change-Id: I24c627e964afa33883bde571960ed390b07be985
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2016-06-01 05:34:28 +00:00

18 lines
546 B
JSON

{
"Name" : "plugin1",
"Version" : "2.1.0",
"CompatVersion" : "1.0.0",
"Vendor" : "Blablubb Corp",
"Copyright" : "(C) 2023 Blubb",
"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://www.blablubb-corp.com/greatplugin",
"Dependencies" : [
{ "Name" : "plugin2", "Version" : "1.0.0" },
{ "Name" : "plugin3", "Version" : "1.0.0" }
]
}