[Development] Status of QWebEngine
Benjamin TERRIER
b.terrier at gmail.com
Mon Sep 21 13:05:46 CEST 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20200921/94f4b021/attachment.html>
More information about the Development
mailing list