re-enable "check" targets for all projects, but with opt-out possibility

the feature was backported to qt 4.8, and people apparently started to
rely on it. it doesn't add too much overhead when not used, so enable it
by default again.

Change-Id: I15890027603ede733347f2c05b36ad1389c649cf
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Oswald Buddenhagen 2012-12-10 11:13:05 +01:00 committed by The Qt Project
parent 95a158d40f
commit 70eef84b18
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
load(exclusive_builds)
CONFIG = lex yacc warn_on debug exceptions depend_includepath $$CONFIG
CONFIG = lex yacc warn_on debug exceptions testcase_targets depend_includepath $$CONFIG

View File

@ -27,7 +27,6 @@ mac {
CONFIG += \
create_prl link_prl \
testcase_targets \
prepare_docs qt_docs_targets \
no_private_qt_headers_warning QTDIR_build \
# Qt modules get compiled without exceptions enabled by default.