Re: [Qbs] A simple project that copy an executable does not work

2019-08-09 Thread Christian Gagneraud
On Fri, 9 Aug 2019 at 13:28, Иван Комиссаров wrote: > > I guess, documentation is updated manually as a part of the release process > (which did not happen yet AFAIK). > Christian should know better, he is the maintainer:) > I hope that some day when we will have a proper CI for Qbs, we can updat

Re: [Qbs] A simple project that copy an executable does not work

2019-08-09 Thread Иван Комиссаров
I guess, documentation is updated manually as a part of the release process (which did not happen yet AFAIK). Christian should know better, he is the maintainer:) I hope that some day when we will have a proper CI for Qbs, we can update doc on a daily basis Иван Комиссаров > 9 авг. 2019 г., в 4

Re: [Qbs] Define the link order without an explicit dependency

2019-08-09 Thread Christian Kandeler
On Fri, 9 Aug 2019 02:15:31 +0200 Richard Weickelt wrote: > I have the following scenario: > > Product { > name: "some-headers" > } > > // Implementations of some-headers > // A-1 and A-2 define the same symbols and are mutually exclusive. > // An application product