summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/ios.pro
blob: 17ff00958c524b829e8ff170e3afdfa7e8e94569 (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 UIKit -framework CoreMotion -framework CoreLocation

PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = IOSSensorPlugin
load(qt_plugin)