aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec1.json
blob: fedae9dfc50d06dac557cc00944de2200d4818d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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" : [
            { "Name" : "SomeOtherPlugin", "Version" : "2.3.0_2" },
            { "Name" : "EvenOther", "Version" : "1.0.0" }
        ]
    }
}