Re: [Development] Optional network capabilities in QML

2020-06-18 Thread Carlos Enrique Pérez Sánchez
> > 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

Re: [Development] Switch the main "Qt Build System"

2020-06-18 Thread Robert Löhning
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

Re: [Development] Optional network capabilities in QML

2020-06-18 Thread Shawn Rutledge
> 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