summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/ios.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-03-14 13:23:38 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-10 22:10:37 +0200
commit517180c32cea6b38b24ce8b977c743276e1e98ae (patch)
tree3ddae91e3c5ffcc49f28bda670ae3e10230797f1 /src/plugins/sensors/ios/ios.pro
parent859c9a57b85661ace30781eccceb2c2db2ff19da (diff)
iOS: implement gyroscope for iOS
Change-Id: I4a46908a4b4e166c489dce4a034ef68698288419 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
Diffstat (limited to 'src/plugins/sensors/ios/ios.pro')
-rw-r--r--src/plugins/sensors/ios/ios.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/sensors/ios/ios.pro b/src/plugins/sensors/ios/ios.pro
index 4242cfca..303c9741 100644
--- a/src/plugins/sensors/ios/ios.pro
+++ b/src/plugins/sensors/ios/ios.pro
@@ -8,10 +8,12 @@ load(qt_plugin)
OTHER_FILES = plugin.json
HEADERS += iosaccelerometer.h \
- iosmotionmanager.h
+ iosmotionmanager.h \
+ iosgyroscope.h
OBJECTIVE_SOURCES += main.mm \
iosaccelerometer.mm \
- iosmotionmanager.mm
+ iosmotionmanager.mm \
+ iosgyroscope.mm
LIBS += -framework UIKit -framework CoreMotion