From: Shane Kearns Date: Fri, 2 Mar 2012 11:18:43 +0000 (+0000) Subject: Revert "Disable 'check' target generation for network autotests for Windows." X-Git-Tag: qt-v5.0.0-alpha1~247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e4f0351583ee9283d7cea4c4a00b8c5f60a98e9;p=profile%2Fivi%2Fqtbase.git 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 --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 124af19..a23c3d6 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 }