summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: e1451a65dfa611fbdf370b7734ab9f77d274b883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%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/master",
    "qtdeclarative" => "refs/heads/master",
    "qtjsbackend" => "refs/heads/master",
);

# Compile tests
%configtests = (
    # Blackberry tests
    "bbsensor_header" => {},
);