aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-08-17 17:17:47 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-08-23 12:24:22 +0000
commit7c55485b75548fe6538f6d5227066640a2cbb878 (patch)
treeaba779267e7acc39283d30cd01e33ca3e04401e5 /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parent2541070336bf6a2fc64d2234914dbaa069411a12 (diff)
Add a HoverHandler autotest
Change-Id: I223bad4f8117af76ad2a5079ecc0b73c2eba94bc 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.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/quick/pointerhandlers/pointerhandlers.pro b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
index df9869315f..950d6835eb 100644
--- a/tests/auto/quick/pointerhandlers/pointerhandlers.pro
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -4,10 +4,10 @@ qtConfig(private_tests) {
SUBDIRS += \
flickableinterop \
multipointtoucharea_interop \
- qquickpointerhandler \
- qquickpointhandler \
qquickdraghandler \
+ qquickhoverhandler \
qquickpinchhandler \
+ qquickpointerhandler \
+ qquickpointhandler \
qquicktaphandler \
}
-