When I rename a file that is mocable scons does not automatically run moc on this renamed file. I always have to do that by hand. Do you think it is possible to automate that?
Scons lists mocable files. You will have to rename it in SConstruct. If there is a signature of which files should be moced, I can glob them. Or, I can simply moc all the files, will that take some time? Bo