mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
Autogen: Indentation fix
This commit is contained in:
committed by
Brad King
parent
25dbfbc2a9
commit
793c9a7925
@@ -608,8 +608,7 @@ bool cmQtAutoGenerators::RunAutogen(cmMakefile* makefile)
|
||||
// may not be included in the moc_compilation.cpp file anymore. OTOH if
|
||||
// there's a header containing Q_OBJECT where no corresponding moc file
|
||||
// is included anywhere a moc_<filename>.cpp file is created and included
|
||||
// in
|
||||
// the moc_compilation.cpp file.
|
||||
// in the moc_compilation.cpp file.
|
||||
|
||||
// key = moc source filepath, value = moc output filepath
|
||||
std::map<std::string, std::string> mocsIncluded;
|
||||
|
||||
Reference in New Issue
Block a user