Having weighed all the "pros" and "cons", I have decided not to use qbs.Process in outputArtifacts. Now I settled on a stupidly-simple solution: I reduced the number of generated files from 6 to 5. The increase in compilation time in the assembly scale of a large project is almost imperceptible.

Nevertheless, I want to thank Christian and Richard for their advices. Now I know a little more about QBS :-)

--
BR, Pavel Karelin


21.07.2020 18:42, Christian Kandeler пишет:
On Tue, 21 Jul 2020 18:32:10 +0300
Карелин Павел <hka...@yandex.ru> wrote:

How can I execute Command from outputArtifacts?
You can't, you need to use a JavaScript command and qbs.Process.


Christian
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

_______________________________________________
Qbs mailing list
Qbs@qt-project.org
https://lists.qt-project.org/listinfo/qbs

Reply via email to