aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreatordev/examples/exampleplugin/Example.json.in
blob: e2149098d68ca1b4a9945e6076919f35fadcac4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
//! [1]
    "Id" : "example",
    "Name" : "Example",
    "Version" : "0.0.1",
    "CompatVersion" : "0.0.1",
//! [1]
//! [2]
    "VendorId" : "mycompany",
    "Vendor" : "MyCompany",
    "Copyright" : "(C) MyCompany",
    "License" : "Put short license information here",
    "Description" : "Put a short description of your plugin here.",
    "Url" : "https://www.mycompany.com",
//! [2]
//! [3]
    ${IDE_PLUGIN_DEPENDENCIES}
//! [3]
}