[QBS] Multiply Artifacts in the rule

Pavel Fischer rubbiroid at gmail.com
Mon Oct 28 17:39:33 CET 2013


Thank you. Now it's works.

First time i try with this code, as you wrote in the first mail:
                 for (var index in outputs) {
                     print(outputs[index].fileName);
                 }
But it doesn't work. it works only with second pair []:
                 for (var index in outputs) {
                     print(outputs[index][0].fileName);
                 }
So, is it possible to have single Artifact with more than output file?

Pavel



More information about the Qbs mailing list