Re-enable 'make check' for tests/auto/widgets

We want the autotests for the QtWidgets library to be run on Mac OS X as
well.

Change-Id: Ie731b802b64222c84116e2df82f536acf4971565
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
This commit is contained in:
Bradley T. Hughes 2012-01-18 09:05:46 +01:00 committed by Qt by Nokia
parent 9af77d214a
commit ed1d0886ca

View File

@ -20,5 +20,4 @@ cross_compile: SUBDIRS -= tools
# disable 'make check' on Mac OS X for the following subdirs for the time being
mac {
network.CONFIG += no_check_target
widgets.CONFIG += no_check_target
}