Re: [QBS] Define Depends programatically

2015-01-13 Thread Andrii Anpilogov
I see. If it doesn't require big rework in qbs I would spend some time on this. Could you give some brief directions? 2015-01-13 21:30 GMT+08:00 Joerg Bornemann joerg.bornem...@theqtcompany.com : On 12-Jan-15 11:53, Andrey Anpilogov wrote: I'm not sure what you mean by: One could add some

Re: [QBS] Define Depends programatically

2015-01-12 Thread Joerg Bornemann
On 11-Jan-15 16:30, Andrey Anpilogov wrote: Is there any way to call/define Depends programatically? For example based of project property. Due to the aim of creating a declarative project representation this is currently not possible. One could add some property like Product {

Re: [QBS] Define Depends programatically

2015-01-12 Thread Andrey Anpilogov
Hi Joerg, I'm not sure what you mean by: One could add some property like. Could you explain what is the idea? 2015-01-12 18:08 GMT+08:00 Joerg Bornemann joerg.bornem...@theqtcompany.com : On 11-Jan-15 16:30, Andrey Anpilogov wrote: Is there any way to call/define Depends programatically?

Re: [QBS] Define Depends programatically

2015-01-11 Thread Dmitry Volosnykh
Andrey, have you tried Group { condition: ... Depends { ... } } ? This is what comes first to my mind. Haven't done something similar, though. Hope this helps. On Sun, Jan 11, 2015 at 6:30 PM, Andrey Anpilogov anpi...@gmail.com wrote: Hi, Is there any way to call/define Depends