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

Reply via email to