summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/sensors.pro
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2011-06-09 18:31:09 +1000
committerAlex <qt-info@nokia.com>2011-06-10 15:34:08 +1000
commit164e4f5813d8beb30ce8e1555f49f84b785c0d51 (patch)
tree5ee0569d239e50695f6ae4c3357b506ea16b1abb /src/plugins/sensors/sensors.pro
parentca4eb890b701035dfd472e0fb9aab23a9733a01d (diff)
Add dummy, generic and simulator backend
The Simulator backend is not working/tested at this stage as the simulator library is not available for Qt5 at this stage. In addtion the sensor_explorer test app was added for simple sensor testing.
Diffstat (limited to 'src/plugins/sensors/sensors.pro')
-rw-r--r--src/plugins/sensors/sensors.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/sensors/sensors.pro b/src/plugins/sensors/sensors.pro
new file mode 100644
index 00000000..f3d3525c
--- /dev/null
+++ b/src/plugins/sensors/sensors.pro
@@ -0,0 +1,5 @@
+TEMPLATE = subdirs
+
+SUBDIRS += dummy generic
+#simulator: SUBDIRS += simulator
+