summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-16 15:15:51 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-11-23 09:37:51 +0000
commitfedc09daa4d2db7435bb0e95641bb3c05fb04acf (patch)
tree2f704ca4bc06391a877c8ea15249ff6b56654e48 /mkspecs
parenta5cf8d76c265913864298b78fadda61889a1babe (diff)
don't mention config.log in error messages before it even exists
Change-Id: I0d56aff4988e92f2e4ce63a6a7939fbb4ceab590 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_configure.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qt_configure.prf b/mkspecs/features/qt_configure.prf
index 289e2250bd..eaaa161270 100644
--- a/mkspecs/features/qt_configure.prf
+++ b/mkspecs/features/qt_configure.prf
@@ -22,7 +22,7 @@ defineTest(qtConfAddWarning) {
defineTest(qtConfAddError) {
QT_CONFIGURE_ERRORS += "ERROR: $$join(1, $$escape_expand(\\n))"
export(QT_CONFIGURE_ERRORS)
- equals(2, log) {
+ equals(2, log):qt_conf_tests_allowed {
CONFIG += mention_config_log
export(CONFIG)
}