QtWebKit / QtWebEngine with Application Verifier issue
-
Hi! I use
Application Verifierand theDebuggerto test my application for different issues and bugs. My application useQWebKitto load for exampleGoogle Maps, when the page has been loaded it crashes with following error:
I use
Qt 5.9.6andQWebKitfrom http://download.qt.io/snapshots/ci/qtwebkit/5.9/latest/qtwebkit/
I have also tried different versions fromQt'sQWebKitand https://github.com/annulen/webkit/releases it all displays such error.There is
QWebKitforQt 5.9.2http://download.qt.io/snapshots/ci/qtwebkit/5.9.2/latest/qtwebkit/ which I want to test but it only available forMacOSandLinux. So can I build it (qtwebkit-everywhere-src-5.9.2.zip) forWindowsor it only specific forMacOSandLinux? Thanks. -
Hi,
You should rather test the
5.212branch. This is @Konstantin-Tokarev reboot of QtWebkit with a more recent version of webkit. -
Hi,
You should rather test the
5.212branch. This is @Konstantin-Tokarev reboot of QtWebkit with a more recent version of webkit.I have tried
5.212branch butQt 5.9.6displays the same error as in my previous question (https://forum.qt.io/topic/87824/qtwebkit-issue):
This branch is not compatible with
Qt 5.9.X. -
When building
qtwebkit-everywhere-src-5.9.2.zipI get warning:
Then I run
configure -icuand it failed.

How to fix it? Thanks.
-
Hi,
You should rather test the
5.212branch. This is @Konstantin-Tokarev reboot of QtWebkit with a more recent version of webkit.I have checked that
QWebKit 5.212branch is supported fromQt 5.10.1. And the same error is present:
Also I have tried Qt
5.10.1 QtWebEngineforx86app (forx64app it works well):
I have installed the latest,
Qt 5.11.1 QtWebEngine, withx64app build, it works well, but onx86app compilation,QtWebEngine's includes files are not found. So I think it doesn't supportQtWebEngine x86.But my application requires
x64andx86binaries, so I will report these issues. -
I have reported the
QtWebKitissue - https://bugreports.qt.io/browse/QTBUG-69471. -
The
QtWebEngineissue also has been reported - https://bugreports.qt.io/browse/QTBUG-69473. Thanks.