Re: [QBS] Error message when conditionally using string lists on project level

2014-06-12 Thread Epting, Thomas
-project.org Betreff: Re: [QBS] Error message when conditionally using string lists on project level On 12-Jun-14 12:14, Thomas Epting wrote: > > That's a bug. I've created QBS-613 for that and added a comment > > that shows a work-around. > > Thank you! Do you have

Re: [QBS] Error message when conditionally using string lists on project level

2014-06-12 Thread Joerg Bornemann
On 12-Jun-14 12:14, Thomas Epting wrote: > > That's a bug. I've created QBS-613 for that and added a comment > > that shows a work-around. > > Thank you! Do you have any plans when this could be fixed? There's now a link to the proposed fix in the issue. BR, Joerg

Re: [QBS] Error message when conditionally using string lists on project level

2014-06-12 Thread Thomas Epting
> That's a bug. I've created QBS-613 for that and added a comment > that shows a work-around. Thank you! Do you have any plans when this could be fixed? Cheers, Thomas 2014-06-12 11:55 GMT+02:00 Joerg Bornemann : > On 12-Jun-14 09:42, Thomas Epting wrote: > > > Any ideas? > > That's a bug. I'

Re: [QBS] Error message when conditionally using string lists on project level

2014-06-12 Thread Joerg Bornemann
On 12-Jun-14 09:42, Thomas Epting wrote: > Any ideas? That's a bug. I've created QBS-613 for that and added a comment that shows a work-around. Cheers, Joerg ___ QBS mailing list QBS@qt-project.org http://lists.qt-project.org/mailman/listinfo/qbs

[QBS] Error message when conditionally using string lists on project level

2014-06-12 Thread Thomas Epting
Hi all, I'm running into troubles when trying to configure a product via a string list defined on project level. Here is a stripped-down version of my code that shows the problem: import qbs.base 1.0 Project { name: "projectProperties" property stringList valueList: [ "v1", "v2" ]