summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/ios.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-04-08 11:24:19 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-16 21:23:38 +0200
commit48b6efda253189ea7e3c3238c10cdced61927a10 (patch)
tree9c7e18123f1c0ff51d36c6e7600dc5283f8aa181 /src/plugins/sensors/ios/ios.pro
parenta16f81a365b7d9a6629b04bd298a3b45fc1b7628 (diff)
iOS: implement compass
Change-Id: I639a472cd2dfca177282cb4961d589f11f924e36 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/plugins/sensors/ios/ios.pro')
-rw-r--r--src/plugins/sensors/ios/ios.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/sensors/ios/ios.pro b/src/plugins/sensors/ios/ios.pro
index 0776d8cb..2cb0bc9d 100644
--- a/src/plugins/sensors/ios/ios.pro
+++ b/src/plugins/sensors/ios/ios.pro
@@ -10,12 +10,14 @@ OTHER_FILES = plugin.json
HEADERS += iosaccelerometer.h \
iosmotionmanager.h \
iosgyroscope.h \
- iosmagnetometer.h
+ iosmagnetometer.h \
+ ioscompass.h
OBJECTIVE_SOURCES += main.mm \
iosaccelerometer.mm \
iosmotionmanager.mm \
iosgyroscope.mm \
- iosmagnetometer.mm
+ iosmagnetometer.mm \
+ ioscompass.mm
-LIBS += -framework UIKit -framework CoreMotion
+LIBS += -framework UIKit -framework CoreMotion -framework CoreLocation