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.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro
index 9bc82bf5..918f7a9a 100644
--- a/src/imports/gestures/gestures.pro
+++ b/src/imports/gestures/gestures.pro
@@ -1,15 +1,15 @@
TARGET = qmlgesturesplugin
-TARGETPATH = QtQuick1/Qt/labs/gestures
+TARGETPATH = QtDeclarative/Qt/labs/gestures
include(../qimportbase.pri)
-QT += quick1 quick1-private widgets widgets-private gui gui-private core-private script-private
+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.quick1.imports/$$TARGETPATH
+DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH
qmldir.files += $$PWD/qmldir