From 164e4f5813d8beb30ce8e1555f49f84b785c0d51 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Jun 2011 18:31:09 +1000 Subject: 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. --- tests/manual/sensor_explorer/sensor_explorer.pro | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/manual/sensor_explorer/sensor_explorer.pro (limited to 'tests/manual/sensor_explorer/sensor_explorer.pro') diff --git a/tests/manual/sensor_explorer/sensor_explorer.pro b/tests/manual/sensor_explorer/sensor_explorer.pro new file mode 100644 index 00000000..fc273052 --- /dev/null +++ b/tests/manual/sensor_explorer/sensor_explorer.pro @@ -0,0 +1,16 @@ +TEMPLATE=app +TARGET=sensor_explorer + +QT = core gui sensors + +FORMS=\ + explorer.ui + +HEADERS=\ + explorer.h + +SOURCES=\ + explorer.cpp\ + main.cpp + + -- cgit v1.2.3