summaryrefslogtreecommitdiffstats
path: root/tests/auto/legacy_sensors/legacy_sensors.pro
blob: b9c95d478ea1b496204dd854cfe42d5ce9c450c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE=app
TARGET=tst_legacy_sensors
!no_system_tests:CONFIG += testcase
QT = core testlib gui qml sensors
SOURCES += tst_legacy_sensors.cpp

VPATH += ../qsensor
INCLUDEPATH += ../qsensor
DEPENDPATH += ../qsensor

HEADERS += \
    test_backends.h

SOURCES += \
    test_backends.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0