summaryrefslogtreecommitdiffstats
path: root/tests/manual/touch/touch.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-30 16:35:17 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2014-10-30 21:35:44 +0100
commit0630c82bd0fa2a4a4275437d58544ffdc8fbdb33 (patch)
treeaf4915b719cec955593338b9a0beb6e644e003ad /tests/manual/touch/touch.pro
parent4387c5d6af49976318f7ca04c7a47b81a9cb19cc (diff)
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 <shawn.rutledge@digia.com>
Diffstat (limited to 'tests/manual/touch/touch.pro')
-rw-r--r--tests/manual/touch/touch.pro5
1 files changed, 5 insertions, 0 deletions
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