aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-03-22 09:54:57 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-04-21 13:31:13 +0000
commit1e87f4605bb9456ce642e9ff1797b96647a1ab1c (patch)
tree5a093dd25a40d0ec042cd9853ab7fa0b2515a2b4 /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parentdf0649fc57de1276ec1d0eb22af8b1b7dfc81a57 (diff)
add autotest for TapHandler
Change-Id: Idc516220365b3051e072506ede3f3159b0b736b2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jan Arve Sæther <jan-arve.saether@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 4a3f99765e..ba889d1399 100644
--- a/tests/auto/quick/pointerhandlers/pointerhandlers.pro
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -3,5 +3,6 @@ TEMPLATE = subdirs
qtConfig(private_tests) {
SUBDIRS += \
qquickpointerhandler \
+ qquicktaphandler \
}