Add the generated automoc.cpp file to the cleaned files

Alex
This commit is contained in:
Alex Neundorf 2011-08-14 17:06:34 +02:00
parent ddb517d014
commit 72caf4d178
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}