TEMPLATE = app TARGET = tst_qsensor CONFIG += testcase QT += testlib include(../../../common.pri) #include(../support/support.pri) CONFIG += mobility MOBILITY = sensors INCLUDEPATH += ../../../src/sensors #symbian:DEFINES += WAIT_AT_END 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 symbian:TARGET.CAPABILITY = ALL -TCB