blob: f3f19b8f93d3a5403d851c71477ea8a26fa831dc (
plain)
1
2
3
4
5
6
|
%modules = ( # path to module name map
"QtSvg" => "$basedir/src/svg",
"QtSvgWidgets" => "$basedir/src/svgwidgets",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
|