Disable 'make check' for tst_QWidget on Mac OS X

This test crashes, which can destabilize the CI system, so don't run the
test for now. It is still compiled as part of the build process, though.

Task-number: QTBUG-23695
Change-Id: I841fab7c56b8dba33e8d1b074f118b65790f34ef
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Bradley T. Hughes 2012-01-18 08:10:35 +01:00 committed by Qt by Nokia
parent 3ad7cd3a60
commit 9d0a41b1ca

View File

@ -15,3 +15,5 @@ SUBDIRS=\
qwidgetaction \
SUBDIRS -= qsound
mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695