summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensors.pro
blob: f2b7a615f5ba3c5ab82234261eb63b3f829b5665 (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
28
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

SUBDIRS += shakeit