summaryrefslogtreecommitdiff
path: root/tests/auto/extensionsystem/pluginspec/testspecs/spec_wrong3.json
blob: 0b053f601404e3c943cd9a1987ea02d60f8e951d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "IID" : "plugin",
    "MetaData" : {
        "Name" : "test",
        "CompatVersion" : "1.0.0",
        "Vendor" : "The Qt Company Ltd",
        "Copyright" : "(C) 2015 The Qt Company Ltd",
        "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.qt.io",
        "Dependencies" : [
            { "Name" : "SomeOtherPlugin", "Version" : "2.3.0_2" },
            { "Name" : "EvenOther", "Version" : "1.0.0" }
        ]
    }
}