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] 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

[Development] Optional network capabilities in QML

2020-05-22 Thread Carlos Enrique Pérez Sánchez
Hi everyone. While the network features of QML are really useful, in many cases they are not required. But still, as of Qt 5.14.2, providing the Qt5Network module is required to run QML applications. My proposal is to make the Qt Network module optional for QML applications in Qt 6.0.0 if not alre