aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/gestures.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/gestures/gestures.pro')
-rw-r--r--src/imports/gestures/gestures.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro
deleted file mode 100644
index 36244a1d71..0000000000
--- a/src/imports/gestures/gestures.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-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