summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 2839a3573214c5d19a44e84df9373ffc7b3fd453 (plain)
1
2
3
4
5
6
%modules = ( # path to module name map
    "QtSensors" => "$basedir/src/sensors",
    "QtSensorsQuick" => "$basedir/src/sensorsquick",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);