On 08.10.2011 16:15, Peter Kümmel wrote:
> OK, I've started patching QtCreator:
>
> QtCreator:
>       https://gitorious.org/~syntheticpp/qt-creator/syntheticpps-qt-creator
> branch 'ninja-support'
>
> CMake:
>       https://github.com/syntheticpp/CMake
> branch 'ninja-generator'
>
> Ninja:
>       https://github.com/pcc/ninja
> branch 'outputs-ready'
>
>
> Generating with -G"CodeBlocks -Ninja" works, but the output while compiling
> is not parsed, maybe ninja writes it to the wrong stream.
>

Yes, ninja writes gcc errors to stdout, which is fixed here:

     https://github.com/syntheticpp/ninja
branch qtcreator-ready

Ninja support seems to be quite complete now. I had to introduce a MakeCommand
class which is handled on the same level as ToolChain. But the changes are not
ready for a merge.

Peter
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to