summaryrefslogtreecommitdiff
path: root/src/plugins/sensors/sensors.pro
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@digia.com>2013-03-04 14:09:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-05 16:34:19 +0100
commit96d4de7b36188cf8fe87b1d3f840bf9371744956 (patch)
tree9a6a9d71b90e6a56e89104510ecfa06107f68c08 /src/plugins/sensors/sensors.pro
parent61ce0635fca7c7d38d64e7c59bc99d9512d2d879 (diff)
downloadqtsensors-96d4de7b36188cf8fe87b1d3f840bf9371744956.tar.gz
Sensor implementation for Android
Based on the Necessitas project by Bogdan Vatra. Contributors to the Qt5 project: BogDan Vatra <bogdan@kde.org> Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Paul Olav Tvete <paul.tvete@digia.com> The full history of the Qt5 port can be found in refs/old-heads/android, SHA-1 caa4103a80ef90db5eb9836f6b6028b7ce36c73a Change-Id: I57e772ee5079c0ea74f685b65ae2864d73e7c750 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/plugins/sensors/sensors.pro')
-rw-r--r--src/plugins/sensors/sensors.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/sensors/sensors.pro b/src/plugins/sensors/sensors.pro
index a8b59b0..3822daf 100644
--- a/src/plugins/sensors/sensors.pro
+++ b/src/plugins/sensors/sensors.pro
@@ -4,9 +4,13 @@ TEMPLATE = subdirs
# of these. This reduces compile time and plugin loading time.
blackberry {
isEmpty(SENSORS_PLUGINS): SENSORS_PLUGINS = blackberry generic
+} else: android {
+ SENSORS_PLUGINS = android generic
}
+
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, dummy):SUBDIRS += dummy
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, generic):SUBDIRS += generic
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, simulator):simulator:SUBDIRS += simulator
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, blackberry):blackberry:SUBDIRS += blackberry
isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, linux):linux:SUBDIRS += linux
+isEmpty(SENSORS_PLUGINS)|contains(SENSORS_PLUGINS, android):android:SUBDIRS += android