Version: (using KDE Devel) Installed from: Compiled sources OS: Linux "make clean" does not remove moc and h files. It took me a while to find out why my build failed even after cleaning the build directory. The cause was a modified kcfg file, whose .h file in the build directory was not updated or removed. Simply removing the entire build dir is out of question for me, as I have my heavily modified KDevelop projects files in there, which I don't want to loose.
Is this for files generated via automoc ? Alex
I see this for every .moc or moc_*.cpp file that is generated in the build dir. It's probably somewhere from kde4_add_executable() that this happens.
Ah, ok. These are the files generated by automoc. A target to force regenerating these files is on the TODO. Alex
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
Works fine in newer versions, probably because these things are directly handled by CMake these days.