summaryrefslogtreecommitdiff
path: root/tests/auto/windowsmobile/windowsmobile.pro
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2009-04-30 15:31:55 +0200
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2009-04-30 15:40:54 +0200
commitea80a3dc8acdb95c0c217b3574718c88c7a36e9f (patch)
treea8016cd9cf096d4cf56f864bb9ca40b43c4c912d /tests/auto/windowsmobile/windowsmobile.pro
parent9cb0419bd9559b5c9e0a95711a81391556306e51 (diff)
downloadqt4-tools-ea80a3dc8acdb95c0c217b3574718c88c7a36e9f.tar.gz
New autotest for Windows Mobile: tst_windowsmobile
This autotest tests some Windows Mobile 5.0 specific thing like the native menubar and the integration into the window manager by taking and comparing screenshots. This should prevent nasty regressions we had. This autotest makes only sense on Windows Mobile 5.0 in 480x640 Reviewed-by: maurice
Diffstat (limited to 'tests/auto/windowsmobile/windowsmobile.pro')
-rw-r--r--tests/auto/windowsmobile/windowsmobile.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/windowsmobile/windowsmobile.pro b/tests/auto/windowsmobile/windowsmobile.pro
new file mode 100644
index 0000000000..2e6b444d7b
--- /dev/null
+++ b/tests/auto/windowsmobile/windowsmobile.pro
@@ -0,0 +1,9 @@
+
+TEMPLATE = subdirs
+
+wincewm* {
+ SUBDIRS = testQMenuBar
+}
+ SUBDIRS += test
+
+