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