summaryrefslogtreecommitdiffstats
path: root/Source/cmQtAutoMocUic.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-08-05 19:42:39 (GMT)
committerBrad King <brad.king@kitware.com>2020-08-05 19:42:39 (GMT)
commit9a9ed4b9d3f9658fa0615bb3cef601c5d396bf3b (patch)
treea250ea9bb63378aa00b46916ecdf04b47dba2e53 /Source/cmQtAutoMocUic.cxx
parent63a65baf4c343c73b2142078ef0045d3711dea1d (diff)
parent7445c9a58a2444c8918e81a9264b1584001ca013 (diff)
downloadCMake-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.cxx4
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> {