blob: 82a3a8fa2c3e877d75ce3b8599ff3111c5169cb8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
%modules = ( # path to module name map
"QtScript" => "$basedir/src/script",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
);
%mastercontent = (
"core" => "#include <QtCore/QtCore>\n",
);
|