aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-03-22 13:53:36 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2018-05-30 19:25:12 +0000
commite2fee3b9c4bdb1e4ba4834e1a30a250a190f73d2 (patch)
tree4c77d4b971d155a03606a89aed5167a40d76af56 /src/quick/handlers/handlers.pri
parentb30d628c24ddb43cd7fe96e19459f4af24a9007b (diff)
Split QQuickPointerDeviceHandler and QQuickPointerDeviceHandlerPrivate
It will be supported C++ API eventually. Change-Id: Iebb31c8dbba62bb13c6cf93c27df90aa7d2909fe Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'src/quick/handlers/handlers.pri')
-rw-r--r--src/quick/handlers/handlers.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/handlers/handlers.pri b/src/quick/handlers/handlers.pri
index 23ed65cbc4..a096643403 100644
--- a/src/quick/handlers/handlers.pri
+++ b/src/quick/handlers/handlers.pri
@@ -5,6 +5,7 @@ HEADERS += \
$$PWD/qquickmultipointhandler_p.h \
$$PWD/qquickpinchhandler_p.h \
$$PWD/qquickpointerdevicehandler_p.h \
+ $$PWD/qquickpointerdevicehandler_p_p.h \
$$PWD/qquickpointerhandler_p.h \
$$PWD/qquickpointerhandler_p_p.h \
$$PWD/qquickpointhandler_p.h \
@@ -22,4 +23,3 @@ SOURCES += \
$$PWD/qquickpointhandler.cpp \
$$PWD/qquicksinglepointhandler.cpp \
$$PWD/qquicktaphandler.cpp \
-