13.09.2016, 23:00, "Stephen Kelly" <[email protected]>: > 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 > [email protected] > http://lists.qt-project.org/mailman/listinfo/development -- Regards, Konstantin _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
