Using Qt Creator with custom ninja rules
Unsolved
Qt Creator and other tools
-
wrote on 3 Nov 2018, 10:54 last edited by
Hello,
is it possible to use Qt Creator with a project that has its own custom generator of ninja build rules, without CMake? I could try to extend the generator to provide necessary metadata for QtCreator - are they documented somewhere?
Thanks in advance!
-
Hi and welcome to devnet,
What kind of generator is that ?
-
wrote on 5 Nov 2018, 00:32 last edited by
It's a project-specific generator, in fact just a perl script. Currently it produces a couple of build.ninja files for Debug, Release etc. If QtCreator needs something else besides the ninja rules, and the format of this something is documented somewhere, it would hopefully be easy to extend the generator script.
1/3