forked from qt-creator/qt-creator
Templates: Add Id and VendorId to C++ Plugin template
Change-Id: Ib16ed6a8e78cc010c8565365753e9629e60a45ab Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
{
|
||||
\"Id\" : \"%{JS: value('PluginName').toLowerCase()}\",
|
||||
\"Name\" : \"%{PluginName}\",
|
||||
\"Version\" : \"0.0.1\",
|
||||
\"CompatVersion\" : \"0.0.1\",
|
||||
\"Vendor\" : \"%{VendorName}\",
|
||||
\"VendorId\" : \"%{JS: value('VendorName').toLowerCase().replace(/ /g, '')}\",
|
||||
\"Copyright\" : \"%{Copyright}\",
|
||||
\"License\" : \"%{License}\",
|
||||
\"Description\" : \"%{Description}\",
|
||||
|
Reference in New Issue
Block a user