summaryrefslogtreecommitdiffstats
path: root/cmake/QtFeature.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-06-29 17:11:03 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-06-30 13:15:14 +0200
commite932a898a5642316fcbe98257405bf7ff0de2a7b (patch)
tree265f6704a666525e730d9eb1b2de67a283342b8a /cmake/QtFeature.cmake
parent108fb2f1973f1919a4dece8c0b1624923aedd8af (diff)
CMake: Adjust some status messages about syncqt and file generation
Show a status message when we run syncqt for a module (gives a bit more insight into why the configuration seems to stall for a moment). Remove some uninformative messages about generating config.h files and Depends headers, etc. Change-Id: I5ff2774b9cf5d92ddde564dc09f4197c2835ee4a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/QtFeature.cmake')
-rw-r--r--cmake/QtFeature.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/QtFeature.cmake b/cmake/QtFeature.cmake
index bdbdae9611..870ae0d194 100644
--- a/cmake/QtFeature.cmake
+++ b/cmake/QtFeature.cmake
@@ -424,7 +424,6 @@ function(qt_internal_generate_feature_line line feature)
endfunction()
function(qt_internal_feature_write_file file features extra)
- message("Generating file ${file}.")
set(contents "")
foreach(it ${features})
qt_internal_generate_feature_line(line "${it}")