Re: [Qbs] Relation between Product and Export

2017-07-26 Thread resurrection
: Christian Kandeler <christian.kande...@qt.io> Komu: qbs@qt-project.org Datum: 26.07.2017 10:39 Předmět: Re: [Qbs] Relation between Product and Export On Tue, 25 Jul 2017 21:13:06 +0200 <resurrect...@centrum.cz> wrote: > I think I have another possible issue that you may be aware of as

Re: [Qbs] Relation between Product and Export

2017-07-26 Thread Christian Kandeler
On Tue, 25 Jul 2017 21:13:06 +0200 wrote: > I think I have another possible issue that you may be aware of as well (or I > am just missing something). The Export item is a great way to control what > the items that use the Product that defined it recieve. While that

Re: [Qbs] Relation between Product and Export

2017-07-26 Thread Joerg Bornemann
Hi Michael, indeed, at the moment you have to repeat the Depends items of the product in the Export item. This way you can clearly specify what the product needs and what users of the product need. You're right that this looks a bit redundant, and there are thoughts on fixing this in

[Qbs] Relation between Product and Export

2017-07-25 Thread resurrection
Hello, I think I have another possible issue that you may be aware of as well (or I am just missing something). The Export item is a great way to control what the items that use the Product that defined it recieve. While that direction works pretty well I have major problems using the