summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/ios.pro
blob: 303c974118723b113fa57e74f01e92cc1c574b14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qtsensors_ios
QT = core sensors

PLUGIN_TYPE = sensors
PLUGIN_CLASS_NAME = IOSSensorPlugin
load(qt_plugin)

OTHER_FILES = plugin.json

HEADERS += iosaccelerometer.h \
        iosmotionmanager.h \
        iosgyroscope.h

OBJECTIVE_SOURCES += main.mm \
    iosaccelerometer.mm \
    iosmotionmanager.mm \
    iosgyroscope.mm

LIBS += -framework UIKit -framework CoreMotion