summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: ce08463a29fb2354727c5e1f845c8a1fd005a833 (plain)
1
2
3
4
5
6
7
8
9
10
%modules = ( # path to module name map
    "QtSensors" => "$basedir/src/sensors",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%dependencies = (
    "qtbase" => "",
    "qtxmlpatterns" => "",
    "qtdeclarative" => "",
);