summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestureplugins/qsensorgestureplugins.pro
blob: de73fd0b1905aa5bc144525a10e9b89a1cc60e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = app
TARGET = tst_qsensorgesturepluginstest
!no_system_tests:CONFIG += testcase

QT += core testlib sensors
QT -= gui

SOURCES += tst_qsensorgesturepluginstest.cpp

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

HEADERS += \
    test_backends.h

SOURCES += \
    test_backends.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0