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

QT += core testlib sensors
QT -= gui

SOURCES += tst_qsensorgesturepluginstest.cpp

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

HEADERS += \
    test_backends.h

SOURCES += \
    test_backends.cpp