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?

Thanks

Benjamin
_______________________________________________
Development mailing list
[email protected]
https://lists.qt-project.org/listinfo/development

Reply via email to