mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
AutoMoc: Fix verbose mode message
AutoMoc generates because moc settings changed, not uic.
This commit is contained in:
committed by
Brad King
parent
26f962f8b1
commit
d0f49327f9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user