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