summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/ios.pro
blob: b7ddb8fd80ff95db84993d96700f65e180bc3446 (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
TARGET = qtsensors_ios
QT = core sensors

OTHER_FILES = plugin.json

HEADERS += iosaccelerometer.h \
        iosmotionmanager.h \
        iosgyroscope.h \
        iosmagnetometer.h \
        ioscompass.h \
        iosproximitysensor.h

OBJECTIVE_SOURCES += main.mm \
    iosaccelerometer.mm \
    iosmotionmanager.mm \
    iosgyroscope.mm \
    iosmagnetometer.mm \
    ioscompass.mm \
    iosproximitysensor.mm

LIBS += -framework Foundation -framework UIKit -framework CoreMotion -framework CoreLocation

PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = IOSSensorPlugin
load(qt_plugin)