tests/auto/qsensor/qsensor.pro
changeset 0 876b1a06bc25
child 5 603d3f8b6302
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/auto/qsensor/qsensor.pro	Wed Aug 25 15:49:42 2010 +0300
@@ -0,0 +1,37 @@
+TEMPLATE = app
+TARGET = tst_qsensor
+
+CONFIG += testcase
+QT += testlib
+
+include(../../../common.pri)
+#include(../support/support.pri)
+
+CONFIG += mobility
+MOBILITY = sensors
+INCLUDEPATH += ../../../src/sensors
+
+SOURCES += \
+    tst_qsensor.cpp
+
+HEADERS += \
+    test_sensor.h\
+    test_sensor_p.h\
+    test_sensorimpl.h
+
+SOURCES += \
+    test_sensor.cpp\
+    test_sensorimpl.cpp\
+    test_sensorplugin.cpp
+
+VPATH += ../../../plugins/sensors/dummy
+INCLUDEPATH += ../../../plugins/sensors/dummy
+HEADERS += \
+    dummyaccelerometer.h\
+    dummycommon.h
+
+SOURCES += \
+    dummyaccelerometer.cpp\
+    dummycommon.cpp
+
+symbian:TARGET.CAPABILITY = ALL -TCB