diff options
Diffstat (limited to 'tests/manual/qtouchevent/multitouch.pro')
-rw-r--r-- | tests/manual/qtouchevent/multitouch.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/qtouchevent/multitouch.pro b/tests/manual/qtouchevent/multitouch.pro new file mode 100644 index 0000000..de1ee06 --- /dev/null +++ b/tests/manual/qtouchevent/multitouch.pro @@ -0,0 +1,5 @@ +QT += testlib +SOURCES = main.cpp \ + touchwidget.cpp +FORMS += form.ui +HEADERS += touchwidget.h |