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
_______________________________________________
QBS mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qbs