summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 1dc6dbe573fcd1a2516f4dad6588c93c4b824485 (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" => "refs/heads/stable",
    "qtxmlpatterns" => "refs/heads/stable",
    "qtdeclarative" => "refs/heads/stable",
    "qtjsbackend" => "refs/heads/stable",
);