Re: [Qbs] Building more than one binary from the same sources with multiplexing

2018-09-04 Thread Christian Kandeler
On Tue, 4 Sep 2018 17:27:16 +0200 Алексей Скородумов <2350...@gmail.com> wrote: > > (I assume here that you want to build ony a selected subset of products > > twice. Otherwise, you should of course rather build the project for two > > different configurations: > > $ qbs build config:configBar

Re: [Qbs] Building more than one binary from the same sources with multiplexing

2018-09-04 Thread Алексей Скородумов
Hi Christian and thank you for the help! Could you please clarify a bit more. On Tue, Sep 4, 2018 at 4:14 PM Christian Kandeler wrote: > On Tue, 4 Sep 2018 15:53:59 +0200 > Алексей Скородумов <2350...@gmail.com> wrote: > > > I would like to build several binaries from the same sources with >

[Qbs] Building more than one binary from the same sources with multiplexing

2018-09-04 Thread Алексей Скородумов
Hi, I would like to build several binaries from the same sources with different compiler settings (defines). Is this a correct way to go: import qbs CppApplication { name: "foo-bar" multiplexByQbsProperties: ["profiles"] Profile { name: "foo" cpp.defines: ["FOO"]