summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsensorgestures/plugins/test1/test1.pro
blob: e0dab443d04443fb1e99433f43b46351f8b69d3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET  = qtsensorgestures_testplugin1

QT += sensors   sensorgestures

PLUGIN_TYPE = sensorgestures
load(qt_plugin)

# Input
HEADERS +=  qtestsensorgestureplugindup_p.h \
                  qtestrecognizerdup.h \
                  qtest2recognizerdup.h
SOURCES += qtestsensorgestureplugindup.cpp \
                  qtestrecognizerdup.cpp \
                  qtest2recognizerduo.cpp

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0