Revert "Disable 'check' target generation for network autotests for Windows."
authorShane Kearns <ext-shane.2.kearns@nokia.com>
Fri, 2 Mar 2012 11:18:43 +0000 (11:18 +0000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 15 Mar 2012 17:05:05 +0000 (18:05 +0100)
Too broad disabling, will disable more selectively

This reverts commit 3efb0d50e590f6a1e8d67d0136a648cd3b97c37d.

Change-Id: I29e25816646194b6a4b7d8ff69e0c0d074ac2a19
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/auto.pro

index 124af19..a23c3d6 100644 (file)
@@ -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
 }