[QBS] Error at using multiple artifacts for module's rule

Denis Shienkov denis.shienkov at gmail.com
Fri May 16 14:03:17 CEST 2014


Joerg,

many thanks, it works.

Sorry for my stupid questions.. :)

BR,
Denis


2014-05-16 15:57 GMT+04:00 Joerg Bornemann <joerg.bornemann at digia.com>:

> On 16-May-14 13:44, Denis Shienkov wrote:
>
>           Artifact  {
>>              condition:  product.moduleProperty("qbs",  "generateListing")
>>              fileTags:  [  "keil_lst"  ]
>>              fileName:  ".lst/"  +  product.name  <http://product.name>
>>  +  "/"  +  FileInfo.baseName(input.filePath)  +  ".lst"
>>          }
>>
>
> This output artifact has a condition. If that condition is false, which it
> is by default, there will be no keil_lst artifact in the outputs.
>
> You probably wanted to write
>     product.moduleProperty("keil",  "generateListing")
> assuming that your module is called keil.
>
>
> BR,
>
> Joerg
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20140516/bcce8d6e/attachment.html>


More information about the Qbs mailing list