diff options
author | Brad King <brad.king@kitware.com> | 2020-08-05 19:42:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-05 19:42:39 (GMT) |
commit | 9a9ed4b9d3f9658fa0615bb3cef601c5d396bf3b (patch) | |
tree | a250ea9bb63378aa00b46916ecdf04b47dba2e53 /Source/cmQtAutoMocUic.cxx | |
parent | 63a65baf4c343c73b2142078ef0045d3711dea1d (diff) | |
parent | 7445c9a58a2444c8918e81a9264b1584001ca013 (diff) | |
download | CMake-9a9ed4b9d3f9658fa0615bb3cef601c5d396bf3b.zip CMake-9a9ed4b9d3f9658fa0615bb3cef601c5d396bf3b.tar.gz CMake-9a9ed4b9d3f9658fa0615bb3cef601c5d396bf3b.tar.bz2 |
Merge branch 'backport-3.17-automoc_timestamp_deps'
Diffstat (limited to 'Source/cmQtAutoMocUic.cxx')
-rw-r--r-- | Source/cmQtAutoMocUic.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmQtAutoMocUic.cxx b/Source/cmQtAutoMocUic.cxx index 9adcabb..f6cccfb 100644 --- a/Source/cmQtAutoMocUic.cxx +++ b/Source/cmQtAutoMocUic.cxx @@ -2163,7 +2163,9 @@ std::string escapeDependencyPath(cm::string_view path) void cmQtAutoMocUicT::JobDepFilesMergeT::Process() { if (Log().Verbose()) { - Log().Info(GenT::MOC, "Merging MOC dependencies"); + Log().Info(GenT::MOC, + cmStrCat("Merging MOC dependencies into ", + MessagePath(BaseConst().DepFile.c_str()))); } auto processDepFile = [](const std::string& mocOutputFile) -> std::vector<std::string> { |