forked from qt-creator/qt-creator
After the switch to CMake.
Extends 29f3be1a6e
Change-Id: I626bc7393d290710d7e5d1f2907e6fa1f25a7d21
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
//! [1]
|
|
\"Name\" : \"Example\",
|
|
\"Version\" : \"0.0.1\",
|
|
\"CompatVersion\" : \"0.0.1\",
|
|
//! [1]
|
|
//! [2]
|
|
\"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]
|
|
$$dependencyList
|
|
//! [3]
|
|
}
|