aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-05-16 10:21:01 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-05-27 20:54:32 +0000
commit08dc25c023af53f96a909bda5f822ea0905461ad (patch)
treea408f11c7172065a40f48aa012e8f7e23e7947d5 /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parentfac9f435b4c4e5457355d04b1d9219b60ae5ac3b (diff)
Add tst_multipointtoucharea_interop autotest
to test interoperability of PointerHandlers with conventional touch- handling Items (with MultiPointTouchArea being the prototypical instance) Change-Id: Id19f312b17b70df072d66cd91816d2b19250a500 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/quick/pointerhandlers/pointerhandlers.pro')
-rw-r--r--tests/auto/quick/pointerhandlers/pointerhandlers.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/pointerhandlers/pointerhandlers.pro b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
index 4aa66df2c4..13a4b81f4e 100644
--- a/tests/auto/quick/pointerhandlers/pointerhandlers.pro
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -3,6 +3,7 @@ TEMPLATE = subdirs
qtConfig(private_tests) {
SUBDIRS += \
flickableinterop \
+ multipointtoucharea_interop \
qquickpointerhandler \
qquicktaphandler \
}