summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro4
1 files changed, 2 insertions, 2 deletions
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
}