summaryrefslogtreecommitdiffstats
path: root/tests/auto/legacy_sensors/legacy_sensors.pro
blob: 06a0babc37410e423ad126d378aa1febe5cd99c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

HEADERS += \
    test_backends.h

SOURCES += \
    test_backends.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0