From 8ad18813fb701122bc3d688be02041a63ff2b579 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 11 Oct 2011 15:56:19 +1000 Subject: 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 --- tests/auto/gui.pro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/auto/gui.pro') 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 -= \ -- cgit v1.2.3