Don't try to run exceptionsafety_objects test by default on windows.
This test relies on some API specific to MSVC's debug runtime, which is not always guaranteed to be available. Change-Id: Ib0ae4694ad51f59198dadfce802f0dfdf0522002 Reviewed-by: Rohan McGovern (cherry picked from commit 01dfb9ca25bfaec5784f404dcd4bf41bbc2b6fcb)
This commit is contained in:
parent
667a40fe36
commit
22d6cd5cdd
@ -3,7 +3,6 @@
|
||||
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
exceptionsafety_objects \
|
||||
# baselineexample \ Just an example demonstrating qbaselinetest usage
|
||||
lancelot \
|
||||
qaccessibility \
|
||||
@ -56,6 +55,8 @@ symbian {
|
||||
qs60mainapplication
|
||||
}
|
||||
|
||||
!win32-msvc*:!wince*:SUBDIRS += exceptionsafety_objects
|
||||
|
||||
# Following tests depends on private API
|
||||
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
|
||||
qcombobox \
|
||||
|
Loading…
Reference in New Issue
Block a user