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:
Marcus Tillmanns
2024-09-03 10:06:21 +02:00
parent 6f2572a5f5
commit 296a9cbe8a

View File

@@ -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}\",