aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2019-09-26 14:59:33 +0200
committerEike Ziller <eike.ziller@qt.io>2019-09-26 14:59:33 +0200
commit8263f73a4af074b488081e68b96a27d92f5aabf5 (patch)
tree2491cf52a84181826f8f550aae4edc452383f5b3 /share/qtcreator/templates
parentd635c3d630f2efb67433d1b380d5ac21f5972282 (diff)
parent2a980057794e4439bf03aff033db33705f1e88af (diff)
Merge remote-tracking branch 'origin/4.10' into 4.11
Diffstat (limited to 'share/qtcreator/templates')
-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
}