Skip to content

Native networking & bump to qtart 0.9.4a+p1

Iván Ávalos requested to merge dev/ivan-avalos/nativenet into master

This is a breaking change in newer qtart releases. Qtart now requires a native HTTP implementation to be set manually, instead of automatically relying on the internal cURL-based implementation like before. The qtart version 0.9.4a+p1 in Android now includes a function called `setCurlHttpClient()` that allows the reference cURL implementation to be configured.

Merge request reports