Files
qt-creator/doc/qtcreatordev/examples/exampleplugin/Example.json.in
Eike Ziller e017eaa3fd Doc: Update information about Qt Creator plugin wizard
After the switch to CMake.
Extends 29f3be1a6e

Change-Id: I626bc7393d290710d7e5d1f2907e6fa1f25a7d21
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2021-08-24 09:34:27 +00:00

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]
}