aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in
index 910746c9fb..68bedd4070 100644
--- a/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in
+++ b/share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.json.in
@@ -1,11 +1,11 @@
{
- \"Name\" : \"%PluginName%\",
- \"Version\" : \"0.0.1\",
- \"CompatVersion\" : \"0.0.1\",
- \"Vendor\" : \"%VendorName%\",
- \"Copyright\" : \"%Copyright%\",
- \"License\" : \"%License%\",
- \"Description\" : \"%Description%\",
- \"Url\" : \"%URL%\",
+ \\"Name\\" : \\"%PluginName%\\",
+ \\"Version\\" : \\"0.0.1\\",
+ \\"CompatVersion\\" : \\"0.0.1\\",
+ \\"Vendor\\" : \\"%VendorName%\\",
+ \\"Copyright\\" : \\"%Copyright%\\",
+ \\"License\\" : \\"%License%\\",
+ \\"Description\\" : \\"%Description%\\",
+ \\"Url\\" : \\"%URL%\\",
$$dependencyList
}