add NutGlobal header

This commit is contained in:
Hamed Masafi 2020-08-12 18:34:59 +04:30
parent 6efc4f4ee4
commit 54d78c3b60
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
%modules = (
"QtNut" => "$basedir/src/nut",
);
%classnames = (
"nut_global.h" => "NutGlobal"
);
$publicclassregexp = ".+";