diff options
author | Joerg Bornemann <joerg.bornemann@qt.io> | 2023-02-07 07:36:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-07 15:59:51 (GMT) |
commit | d0f49327f9ea820e2adf1efa7d747b12a463d78c (patch) | |
tree | 3d93671f4cb9fe2f840642438b1dfbc0d40165d1 /Source/cmQtAutoMocUic.cxx | |
parent | 26f962f8b1009587d101b8ede57e42e31c522b01 (diff) | |
download | CMake-d0f49327f9ea820e2adf1efa7d747b12a463d78c.zip CMake-d0f49327f9ea820e2adf1efa7d747b12a463d78c.tar.gz CMake-d0f49327f9ea820e2adf1efa7d747b12a463d78c.tar.bz2 |
AutoMoc: Fix verbose mode message
AutoMoc generates because moc settings changed, not uic.
Diffstat (limited to 'Source/cmQtAutoMocUic.cxx')
-rw-r--r-- | Source/cmQtAutoMocUic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |