cmake question
René J.V. Bertin
rjvbertin at gmail.com
Thu Sep 20 10:19:23 BST 2018
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é
More information about the KDevelop
mailing list