Disable 'check' target generation for network autotests for Windows.
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>
This commit is contained in:
parent
a61f754c92
commit
3efb0d50e5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user