summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/gestures.pro
blob: a0d19082c38f990c07280957734e676db0022827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CXX_MODULE = declarative
TARGET  = qmlgesturesplugin
TARGETPATH = Qt/labs/gestures

QT += declarative declarative-private widgets widgets-private gui gui-private core-private script-private

SOURCES += qdeclarativegesturearea.cpp plugin.cpp
HEADERS += qdeclarativegesturearea_p.h

OTHER_FILES += gestures.json

load(qml1_plugin)