summaryrefslogtreecommitdiffstats
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.pro10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro
index e4ab655e..a0d19082 100644
--- a/src/imports/gestures/gestures.pro
+++ b/src/imports/gestures/gestures.pro
@@ -1,6 +1,6 @@
+CXX_MODULE = declarative
TARGET = qmlgesturesplugin
TARGETPATH = Qt/labs/gestures
-include(../qimportbase.pri)
QT += declarative declarative-private widgets widgets-private gui gui-private core-private script-private
@@ -9,10 +9,4 @@ 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
+load(qml1_plugin)