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

QT += core-private gui-private declarative-private qtquick1 qtquick1-private widgets-private v8-private

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

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

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

INSTALLS += target qmldir