[Development] Notes on "Qt Build Systems" @ QtCon 2016

Konstantin Tokarev annulen at yandex.ru
Wed Sep 14 12:09:18 CEST 2016



13.09.2016, 23:00, "Stephen Kelly" <steveire at gmail.com>:
> Konstantin Tokarev wrote:
>
>>>  -Qbs has great features that you can't find in other build systems (e.g.
>>>  it can build multiple ABIs/platforms at once).
>>
>>  For the record, premake can do it as well.
>
> Can you show me the syntax for this with premake (and with Qbs)? I assume
> you're talking about building a tool on the host, then using it to generate
> sources, then cross compiling those sources, and having all of that in one
> build.

No, I meant building different subprojects for different platforms. As premake generates makefile (or project files) for all configurations at once you can run them sequentially, but there was no direct support for described use case when I looked into it last time

> My internet searches do not reveal anything about premakes ability
> here.
>
> Thanks,
>
> Steve.
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development

-- 
Regards,
Konstantin



More information about the Development mailing list