>
> I agree, it’s supposed to be optional. There are some #if
> QT_CONFIG(qml_network) in src/quick, but it’s possible that we could be
> missing some.
>
I also checked the #if QT_CONFIG(qml_network) in src/quick so I agree that
you may want to optional at some point.
Images can be loaded from ne
Am 08.06.20 um 15:43 schrieb Alexandru Croitor:
> Hi everyone,
>
> It's time to talk about everyone's favourite topic again: build systems.
>
> It's been a while since we started porting and merging the CMake ports of Qt
> repositories into the dev branches.
>
> To be precise: qtbase got merge
> On 2020 Jun 17, at 10:01, Ulf Hermann wrote:
>
> Hi Carlos,
>
>> In Qt 5.15.0, I compiled QML without network support successfully, so the
>> bug was fixed and so there's no need for the issue.
>> On the other hand, you only mention the compilation error, which is not the
>> main topic here