Files
qt-creator/doc/qtcreatordev/examples/exampleplugin/Example.json.in
Marcus Tillmanns 587cf11530 ExtensionSystem: Add PluginId and VendorId
Change-Id: I4f47f95e1f4ff4af73c2b81320087b4592007993
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2024-09-02 11:43:36 +00:00

20 lines
441 B
JSON

{
//! [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]
}