summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui.pro
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-11 15:56:19 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-12 18:01:19 +0200
commit8ad18813fb701122bc3d688be02041a63ff2b579 (patch)
tree44b90f358bd774b582359ce43e35abdfeab2d992 /tests/auto/gui.pro
parent7c64ab4966e24834768eb1a09b3d2fd08471787a (diff)
Avoid building empty, inapplicable QWS tests.
It is better to avoid building a test when we know that it is not applicable, rather than building an empty test that appears to pass. Note that some of the tests were already excluded by tests/auto/other.pro, but still had the preprocessor directives to make an empty test. Change-Id: I71b75c37a05f6e20dbef43d82f72b29b35ef496a Reviewed-on: http://codereview.qt-project.org/6410 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r--tests/auto/gui.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro
index 180cf047c6..607ea68357 100644
--- a/tests/auto/gui.pro
+++ b/tests/auto/gui.pro
@@ -141,6 +141,13 @@ mac*:SUBDIRS -= qwindowsurface
# This test takes too long to run on IRIX, so skip it on that platform
irix-*:SUBDIRS -= qitemview
+# These tests are only valid for QWS
+!embedded|wince*:SUBDIRS -= \
+ qtransformedscreen \
+ qwsembedwidget \
+ qwsinputmethod \
+ qwswindowsystem \
+
win32:SUBDIRS -= qtextpiecetable
!contains(QT_CONFIG, private_tests): SUBDIRS -= \