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