[QBS] Setting multiple profiles for sub-projects

Stephan Gatzka stephan.gatzka at gmail.com
Wed Aug 12 06:57:31 CEST 2015


Hi!

> It seems to me that what you are trying to do is not what the
> "profiles" 
> property is for. The use case it is intended to support is projects
> that 
> need to incorporate different architectures in the same build (e.g. 
> Android projects or cross-compiled projects that need to build host 
> tools as well). Your use case, if I understand correctly, is much 
> simpler in that you just want to build your entire project for
> different 
> profiles. This is achieved by just giving the profiles on the command
> line:
>      $ qbs build profile:gcc profile:clang

Well yes, that seems to be a misunderstanding, thanks for the
explanation. But the command line call works well for the CI builds.

Regards,

Stephan



More information about the Qbs mailing list