summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensors.pro
blob: 285af3294599f493e7630bc8c2d9312baec86a0b (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
27
TEMPLATE = subdirs

SUBDIRS += accel arrowkeys metadata metadata2

contains(QT_CONFIG, declarative) {
    SUBDIRS += orientation
}

SUBDIRS += grueplugin grueapp

SUBDIRS += sensor_explorer

contains(QT_CONFIG,opengl):SUBDIRS += cubehouse

SUBDIRS +=\
    show_acceleration\
    show_als\
    show_compass\
    show_magneticflux\
    show_orientation\
    show_proximity\
    show_rotation\
    show_tap\
    show_light\
    show_gyroscope\
    show_reflectance