From d0f49327f9ea820e2adf1efa7d747b12a463d78c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 7 Feb 2023 08:36:35 +0100 Subject: AutoMoc: Fix verbose mode message AutoMoc generates because moc settings changed, not uic. --- Source/cmQtAutoMocUic.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmQtAutoMocUic.cxx b/Source/cmQtAutoMocUic.cxx index 683c18f..b7af859 100644 --- a/Source/cmQtAutoMocUic.cxx +++ b/Source/cmQtAutoMocUic.cxx @@ -1756,7 +1756,7 @@ bool cmQtAutoMocUicT::JobProbeDepsMocT::Probe(MappingT const& mapping, if (this->MocConst().SettingsChanged) { if (reason != nullptr) { *reason = cmStrCat("Generating ", this->MessagePath(outputFile), - ", because the uic settings changed, from ", + ", because the moc settings changed, from ", this->MessagePath(sourceFile)); } return true; -- cgit v0.12