summaryrefslogtreecommitdiff
path: root/sync.profile
blob: 57d89c2bf978d66c07493a2337f7359e5d35e625 (plain)
1
2
3
4
5
6
7
8
%modules = ( # path to module name map
    "QtLocation" => "$basedir/src/location",
    "QtPositioning" => "$basedir/src/positioning",
    "QtPositioningQuick" => "$basedir/src/positioningquick",
    "QtLocationLabs" => "$basedir/src/locationlabs",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);