blob: 2a80bd03e8b6f132072a059458345dd301069a26 (
plain)
1
2
3
4
5
6
|
%modules = ( # path to module name map
"QtLocation" => "$basedir/src/location",
"QtPositioning" => "$basedir/src/positioning",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
|