Re: [QBS] Transformer -> Rule

2016-09-13 Thread Christian Kandeler
arturo castro wrote: > I have a qbs project file that compiles an external library using a > Transformer. it looks something like: > Product{ >    Transformer { >   condition: qbs.buildVariant.contains('debug') >    inputs: files The "inputs" property of Transformers uses file *paths*,

[QBS] Transformer -> Rule

2016-09-10 Thread arturo castro
Hi I have a qbs project file that compiles an external library using a Transformer. it looks something like: Product{ Transformer { condition: qbs.buildVariant.contains('debug') inputs: files Artifact { filePath: Helpers.normalize(product.libDir +