summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtouchevent/qtouchevent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qtouchevent/qtouchevent.pro')
-rw-r--r--tests/manual/qtouchevent/qtouchevent.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/qtouchevent/qtouchevent.pro b/tests/manual/qtouchevent/qtouchevent.pro
new file mode 100644
index 0000000000..de1ee06f9e
--- /dev/null
+++ b/tests/manual/qtouchevent/qtouchevent.pro
@@ -0,0 +1,5 @@
+QT += testlib
+SOURCES = main.cpp \
+ touchwidget.cpp
+FORMS += form.ui
+HEADERS += touchwidget.h