Add the generated automoc.cpp file to the cleaned files
Alex
This commit is contained in:
parent
ddb517d014
commit
72caf4d178
|
@ -140,6 +140,8 @@ void cmQtAutomoc::SetupAutomocTarget(cmMakefile* makefile,
|
|||
makefile->GetOrCreateSource(mocCppFile.c_str(), true);
|
||||
srcs.push_back(mocCppFile);
|
||||
|
||||
makefile->AppendProperty("ADDITIONAL_MAKE_CLEAN_FILES",
|
||||
mocCppFile.c_str(), false);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue