Disable 'check' target generation for network autotests for Windows.
authorMiikka Heikkinen <miikka.heikkinen@digia.com>
Fri, 17 Feb 2012 10:28:50 +0000 (12:28 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 17 Feb 2012 10:48:08 +0000 (11:48 +0100)
A number of network autotests are unstable in Windows, so don't
generate check target for them as is done for mac.

Once the tests are acceptably stable, this needs to be reverted.

Change-Id: I18262e28ce40eba541aecf3cfb651bff34698ead
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
tests/auto/auto.pro

index 1796fa2..63c4ca6 100644 (file)
@@ -18,8 +18,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 for the following subdirs for the time being
-mac {
+# disable 'make check' on Mac OS X and Windows for the following subdirs for the time being
+mac|win32 {
     network.CONFIG += no_check_target
 }