summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-01-18 09:05:46 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-24 19:12:23 +0100
commited1d0886ca343b8db3e1f9e73a3e25122dcc3b4b (patch)
tree9eb24d195ba7c65c9544e4366300f6d7a6f3d7f7 /tests/auto/auto.pro
parent9af77d214a3e01bf1ce34384f84ac1c08e6be2fe (diff)
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>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 05b6f84fa9..4f81c43553 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -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
}