qtmobility/tests/auto/qsensor/qsensor.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 13:18:40 +0300
changeset 4 90517678cc4f
child 5 453da2cfceef
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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