aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/pointerhandlers/pointerhandlers.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@theqtcompany.com>2016-05-02 15:36:17 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-08-17 20:20:57 +0000
commitdc07b802df10f22e4422486ad470fc85d17e28b7 (patch)
tree4bd181fe675b9ba46dd2196822718f6c46d4ce88 /tests/auto/quick/pointerhandlers/pointerhandlers.pro
parentf236d7f71afaba63558e30790d17345468953742 (diff)
add PointerHandlers autotests
Starting with touchEventDelivery and mouseEventDelivery, and reflecting the current state of the code: a handler cannot yet be the grabber, so we don't yet deliver properly to both the legacy event handler functions and to the handler objects. Change-Id: Ied73663b97907431668cb2621260d2551052d737 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/pointerhandlers/pointerhandlers.pro')
-rw-r--r--tests/auto/quick/pointerhandlers/pointerhandlers.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/quick/pointerhandlers/pointerhandlers.pro b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
new file mode 100644
index 0000000000..41e1196965
--- /dev/null
+++ b/tests/auto/quick/pointerhandlers/pointerhandlers.pro
@@ -0,0 +1,16 @@
+CONFIG += testcase
+
+TARGET = tst_pointerhandlers
+QT += core-private gui-private qml-private quick-private testlib
+
+macos:CONFIG -= app_bundle
+
+SOURCES += tst_pointerhandlers.cpp
+
+include (../../shared/util.pri)
+include (../shared/util.pri)
+
+TESTDATA = data/*
+
+# OTHER_FILES += data/foo.qml
+