summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 666e42edbcff533f5bc06bf6d12c9010db6acc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
%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" => "",
    "qtjsbackend" => "",
);