SpellChecker-Plugin icon indicating copy to clipboard operation
SpellChecker-Plugin copied to clipboard

Plugin info file needs two more properties for QtC 15

Open zeule opened this issue 5 months ago • 0 comments

QtC 15 (current master branch) requires "Id" and "VendorId" properties for plugins:

diff --git a/SpellChecker.json.in b/SpellChecker.json.in
index c71badad3db1..1eeaf998c1c5 100644
--- a/SpellChecker.json.in
+++ b/SpellChecker.json.in
@@ -1,8 +1,10 @@
 {
+    "Id": "spellchecker",
     "Name" : "SpellChecker",
     "Version" : "3.7.0",
     "CompatVersion" : "3.7.0",
     "Vendor" : "Carel Combrink",
+    "VendorId" : "carelcombrink",
     "Copyright" : "(C) 2015 - 2024 Carel Combrink",
     "License" : [ "GNU Lesser General Public License Usage",
                   "",

zeule avatar Sep 09 '24 08:09 zeule