Nut/sync.profile

8 lines
125 B
Plaintext
Raw Normal View History

2020-07-29 16:50:32 +08:00
%modules = (
"QtNut" => "$basedir/src/nut",
);
2020-08-12 22:04:59 +08:00
%classnames = (
"nut_global.h" => "NutGlobal"
);
$publicclassregexp = ".+";