From 0630c82bd0fa2a4a4275437d58544ffdc8fbdb33 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 30 Oct 2014 16:35:17 +0100 Subject: Add manual test for touch events. Unlike qtouchevents, this provides a touch area which logs its events and devices. Task-number: QTBUG-40461 Change-Id: Iaaa3589dd692caf8c7078f5ed2ff1e8b2322a369 Reviewed-by: Shawn Rutledge --- tests/manual/touch/touch.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/manual/touch/touch.pro (limited to 'tests/manual/touch/touch.pro') diff --git a/tests/manual/touch/touch.pro b/tests/manual/touch/touch.pro new file mode 100644 index 0000000000..fcb3c47f43 --- /dev/null +++ b/tests/manual/touch/touch.pro @@ -0,0 +1,5 @@ +TEMPLATE = app +QT = core gui +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets +CONFIG -= app_bundle +SOURCES += main.cpp -- cgit v1.2.3