[QBS] Transformer -> Rule

Christian Kandeler Christian.Kandeler at qt.io
Tue Sep 13 21:30:46 CEST 2016


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*, whereas Rules take file *tags*. So you'd need to tag your input files with some tag that you refer to here.


Christian


More information about the Qbs mailing list