aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-08-28 12:27:27 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-08-02 17:48:32 +0000
commitf289141524d9331bdafd9f88d95e0fa9b29ccdee (patch)
treea3507b99e9970b8fc8aa5085a51654e20bf9d205 /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parentae6a3811758672c970713d4d460d13f4dd281c22 (diff)
Add a C++ autotest for PinchHandler
Adapted from the PinchArea test. cancel() does not work, TDB if we want to support that Done-with: Jan-Arve Sæther <jan-arve.saether@qt.io> Task-number: QTBUG-69134 Change-Id: I63dfba7b327220b9f032f19c588cc19ebdfd95c2 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 dc14bc1c27..df9869315f 100644
--- a/tests/auto/quick/pointerhandlers/pointerhandlers.pro
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -7,6 +7,7 @@ qtConfig(private_tests) {
qquickpointerhandler \
qquickpointhandler \
qquickdraghandler \
+ qquickpinchhandler \
qquicktaphandler \
}