AutoMoc: Fix verbose mode message

AutoMoc generates because moc settings changed, not uic.
This commit is contained in:
Joerg Bornemann
2023-02-07 08:36:35 +01:00
committed by Brad King
parent 26f962f8b1
commit d0f49327f9

View File

@@ -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;