[QBS] Multiply Artifacts in the rule

Fischer Pavel rubbiroid at gmail.com
Mon Oct 28 16:48:09 CET 2013


Thank you for the reply, but it doesn't help. It's still undefined.
Here is the sample project. Perhaps there is more than one error.


2013/10/28 Christian Kandeler <christian.kandeler at digia.com>

> On 10/28/2013 10:04 AM, Pavel Fischer wrote:
> >                   for (var out in outputs) {
> >                       print("Output: " + out.fileName);
> >                   }
>
> That's not how the "for" statement works in JavaScript. Instead, write:
>      print("Output: " + outputs[out].fileName);
>
>
> Christian
>
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20131028/4e74b933/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testEnum.zip
Type: application/zip
Size: 1976 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/qbs/attachments/20131028/4e74b933/attachment.zip>


More information about the Qbs mailing list