summaryrefslogtreecommitdiffstats
path: root/sync.profile
blob: 466165316b9ed38370941bddb639673371871c32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%modules = ( # path to module name map
    "QtSensors" => "$basedir/src/sensors",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);
%classnames = (
    "qtsensorsversion.h" => "QtSensorsVersion",
);
%mastercontent = (
);
%modulepris = (
    "QtSensors" => "$basedir/modules/qt_sensors.pri",
);
%dependencies = (
    "qtbase" => "refs/heads/master",
    "qtxmlpatterns" => "refs/heads/master",
    "qtdeclarative" => "refs/heads/master",
    "qtjsbackend" => "refs/heads/master",
);

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