re-enable "check" targets for all projects, but with opt-out possibility
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Mon, 10 Dec 2012 10:13:05 +0000 (11:13 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 11 Dec 2012 12:37:57 +0000 (13:37 +0100)
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>
mkspecs/features/default_pre.prf
mkspecs/features/qt_build_config.prf

index 0dd82ee..9268747 100644 (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
index 29dd354..df07630 100644 (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.