summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/configure_base.prf3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/features/configure_base.prf b/mkspecs/features/configure_base.prf
index b19bbae51d..f62142f84d 100644
--- a/mkspecs/features/configure_base.prf
+++ b/mkspecs/features/configure_base.prf
@@ -33,8 +33,7 @@ defineTest(qtRunLoggedCommand) {
qtLog("+ $$1")
output = $$system("( $$1 ) 2>&1", blob, result)
- write_file($${QMAKE_CONFIG_LOG}, output, append)
- $$QMAKE_CONFIG_VERBOSE: log($$output)
+ qtLog($$output)
!equals(result, 0): return(false)
return(true)