diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-23 12:57:12 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-23 12:57:12 (GMT) |
commit | 726694c873104ac484a3d09c1a9f64f06a88f864 (patch) | |
tree | 0f51fbd61e6778b636ef54d83b7b6f141e0673a3 /tests/manual/qtouchevent/multitouch.pro | |
parent | 429f29a305559313f92866ac19cf224ad1497b33 (diff) | |
download | Qt-726694c873104ac484a3d09c1a9f64f06a88f864.zip Qt-726694c873104ac484a3d09c1a9f64f06a88f864.tar.gz Qt-726694c873104ac484a3d09c1a9f64f06a88f864.tar.bz2 |
the start of a manual test for touch events
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 |