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