[Development] Status of QWebEngine

Allan Sandfeld Jensen kde at carewolf.com
Mon Sep 21 14:10:15 CEST 2020


On Montag, 21. September 2020 13:05:46 CEST Benjamin TERRIER wrote:
> Hi,
> 
> I am trying to contribute to the dev branch of qtwebengine, but I cannot
> get it to compile with Qt 5.15.1 or with Qt 6 preview.
> 
> With Qt 5.15 the compiler complains that `QWebEngineCertificateError` does
> not have a default constructor (required because
> of `Q_DECLARE_METATYPE(QWebEngineCertificateError)`).
> 
> And with Qt 6 the compiler complains that QStringList is being declared
> with `using` in qtcontainerfw.h:
> 
>     using QStringList = QList<QString>;
> 
> and as a class in  pref_service_adapter.h:
> 
>     QT_FORWARD_DECLARE_CLASS(QStringList)
> 
> So which version of Qt should I be using to build qtwebengine dev?
> 
Use the SHA1s in dependencies.yaml

Best regards
Allan




More information about the Development mailing list