René J.V. Bertin
2018-09-20 09:19:23 UTC
Hi,
This is not a kdevelop question per se, but about something that kdevelop users may notice more often than "joe cmake" users:
Is there a way to generate all the autogen stuff after running cmake? For instance, if you import a fresh kdevelop source tree into a kdevelop project it will run cmake and thus figure out all dependencies, where headers are etc. Most parsing will thus succeed, but not that which requires headers and other stuff that is generated during a build (moc files, translated .ui files, ...).
It'd be really useful if you could generate just that in a single. Does anyone know if this is possible (might not be depending on cmake alone)?
Thanks,
René
This is not a kdevelop question per se, but about something that kdevelop users may notice more often than "joe cmake" users:
Is there a way to generate all the autogen stuff after running cmake? For instance, if you import a fresh kdevelop source tree into a kdevelop project it will run cmake and thus figure out all dependencies, where headers are etc. Most parsing will thus succeed, but not that which requires headers and other stuff that is generated during a build (moc files, translated .ui files, ...).
It'd be really useful if you could generate just that in a single. Does anyone know if this is possible (might not be depending on cmake alone)?
Thanks,
René