[Qbs] How to download and uncompress files with Qbs directly?

Richard Weickelt richard at weickelt.de
Wed Aug 7 07:04:16 CEST 2019


> Do you think I can use Network Access API of Qt to download files and
> QByteArray::qUncompress to uncompress files in Qbs code?

Qbs doesn't provide access to these API. And even if it would, they are not
sufficient to achieve what you want. I think you are better off using
external tools for downloading and extracting your dependencies. You might
still invoke them via a Probe on project level.


More information about the Qbs mailing list