summaryrefslogtreecommitdiff
path: root/tests/auto/sensors2qmlapi/sensors2qmlapi.pro
blob: 3d5e2377945bbcfe076a0c7805810851361fd351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = tst_sensors2qmlapi

CONFIG += testcase
QT = core testlib sensors-private qml

SOURCES += tst_sensors2qmlapi.cpp \
           ./../../../src/imports/sensors/qmlsensorgesture.cpp \
           qtemplategestureplugin.cpp \
           qtemplaterecognizer.cpp

HEADERS += \
           ./../../../src/imports/sensors/qmlsensorgesture.h \
           qtemplategestureplugin.h \
           qtemplaterecognizer.h