summaryrefslogtreecommitdiffstats
path: root/src/imports/gestures/gestures.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-21 09:53:27 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 15:34:38 +0100
commit650a8ccc21f8e65730afb195b05790e3b3f9985f (patch)
tree6d2ba7166b86d2a87a2a934733becaaeb6cd7d26 /src/imports/gestures/gestures.pro
parent4f3300b7ce5c3138421a21ec83615a536c9fd316 (diff)
Use new plugin system in QtQuick1.
- Use prefix "org.qt-project" for interfaces. - Use new macros, add json files. Change-Id: I157206ad883be16fb85b9b6bffca7200532561e4 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/imports/gestures/gestures.pro')
-rw-r--r--src/imports/gestures/gestures.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/gestures/gestures.pro b/src/imports/gestures/gestures.pro
index 81003905..f1ea07a4 100644
--- a/src/imports/gestures/gestures.pro
+++ b/src/imports/gestures/gestures.pro
@@ -7,6 +7,8 @@ QT += quick1 quick1-private widgets widgets-private gui gui-private core-private
SOURCES += qdeclarativegesturearea.cpp plugin.cpp
HEADERS += qdeclarativegesturearea_p.h
+OTHER_FILES += gestures.json
+
DESTDIR = $$QT.quick1.imports/imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH