mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
@@ -1022,7 +1022,9 @@ bool cmQtAutoGenerators::MocParseSourceContent(
|
||||
ost << "AutoMoc: Error: " << Quoted(absFilename) << "\n"
|
||||
<< "The file contains a " << macroName
|
||||
<< " macro, but does not include "
|
||||
<< Quoted(scannedFileBasename + ".moc") << "!";
|
||||
<< Quoted(scannedFileBasename + ".moc") << "!\n"
|
||||
<< "Consider adding the include or enabling SKIP_AUTOMOC for this "
|
||||
"file.";
|
||||
this->LogError(ost.str());
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user