From 1e4f0351583ee9283d7cea4c4a00b8c5f60a98e9 Mon Sep 17 00:00:00 2001 From: Shane Kearns Date: Fri, 2 Mar 2012 11:18:43 +0000 Subject: Revert "Disable 'check' target generation for network autotests for Windows." Too broad disabling, will disable more selectively This reverts commit 3efb0d50e590f6a1e8d67d0136a648cd3b97c37d. Change-Id: I29e25816646194b6a4b7d8ff69e0c0d074ac2a19 Reviewed-by: Sergio Ahumada Reviewed-by: Rohan McGovern --- tests/auto/auto.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 124af19799..a23c3d672a 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -19,8 +19,8 @@ cross_compile: SUBDIRS -= tools !contains(QT_CONFIG, opengl): SUBDIRS -= opengl !unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus -# disable 'make check' on Mac OS X and Windows for the following subdirs for the time being -mac|win32 { +# disable 'make check' on Mac OS X for the following subdirs for the time being +mac { network.CONFIG += no_check_target } -- cgit v1.2.3