summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensor/qsensor.pro
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2011-07-29 16:52:27 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-29 10:13:46 +0200
commit22260646a9fa7dffbd506b6bdd2586ad3d4d3556 (patch)
tree9fb0d8d7717d486a3290f8b0724c4cf755828337 /tests/auto/qsensor/qsensor.pro
parentf5c05d4bca2f744023d68cc3518e28493e9f3163 (diff)
Pull in the qsensor unit test from Mobility
Change-Id: I72aa59c7253267b0dd4abccf71d37af0929b5e0b Reviewed-on: http://codereview.qt.nokia.com/2378 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lorn Potter <lorn.potter@nokia.com>
Diffstat (limited to 'tests/auto/qsensor/qsensor.pro')
-rw-r--r--tests/auto/qsensor/qsensor.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/auto/qsensor/qsensor.pro b/tests/auto/qsensor/qsensor.pro
new file mode 100644
index 00000000..c983c0c1
--- /dev/null
+++ b/tests/auto/qsensor/qsensor.pro
@@ -0,0 +1,26 @@
+TEMPLATE = app
+TARGET = tst_qsensor
+
+CONFIG += testcase
+QT += testlib sensors-private
+
+SOURCES += \
+ tst_qsensor.cpp
+
+HEADERS += \
+ test_sensor.h\
+ test_sensor_p.h\
+ test_sensorimpl.h\
+ test_sensor2.h\
+ test_sensor2_p.h\
+ test_sensor2impl.h\
+ test_backends.h
+
+SOURCES += \
+ test_sensor.cpp\
+ test_sensorimpl.cpp\
+ test_sensor2.cpp\
+ test_sensor2impl.cpp\
+ test_sensorplugin.cpp\
+ test_backends.cpp
+