summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/gestures.pro
blob: 918f7a9a0cd66721ebca839f6bbdff41e4330bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET  = qmlgesturesplugin
TARGETPATH = QtDeclarative/Qt/labs/gestures
include(../qimportbase.pri)

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

DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir