aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@theqtcompany.com>2015-06-01 17:49:37 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-15 15:21:19 +0000
commit54eab024611c6b9675ef6d48a15e7d69ed28df87 (patch)
treefaff31d691c3c0f66f0fc0261eac9afb96a4d20f /src/quick/handlers/handlers.pri
parent076640e0e7ac31574c41bd6298a89b0cb5d7f9a7 (diff)
Introduce QQuickPointerHandler: base class for nested event handlers
They will be Tech Preview in 5.8, so they shouldn't be available unless you explicitly import them. Task-number: QTBUG-54824 Change-Id: I290854a4e2b76e2cdfef5c216c7fdeb47fbcd390 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'src/quick/handlers/handlers.pri')
-rw-r--r--src/quick/handlers/handlers.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/quick/handlers/handlers.pri b/src/quick/handlers/handlers.pri
new file mode 100644
index 0000000000..0c6bd2ab17
--- /dev/null
+++ b/src/quick/handlers/handlers.pri
@@ -0,0 +1,7 @@
+HEADERS += \
+ $$PWD/qquickpointerhandler_p.h \
+ $$PWD/qquickhandlersmodule_p.h \
+
+SOURCES += \
+ $$PWD/qquickpointerhandler.cpp \
+ $$PWD/qquickhandlersmodule.cpp \