flutter: Fix kddockwidgets library name

So dart can load the correct one
This commit is contained in:
Sergio Martins
2022-07-23 17:21:00 +01:00
parent 307161a8f1
commit 9b7eaebd40
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{
"createCMakeLists" : false
"createCMakeLists" : false,
"bindingsLibrary" : "kddockwidgets"
}