QtWebKit / QtWebEngine with Application Verifier issue
-
Hi! I use
Application Verifier
and theDebugger
to test my application for different issues and bugs. My application useQWebKit
to load for exampleGoogle Maps
, when the page has been loaded it crashes with following error:I use
Qt 5.9.6
andQWebKit
from http://download.qt.io/snapshots/ci/qtwebkit/5.9/latest/qtwebkit/
I have also tried different versions fromQt
'sQWebKit
and https://github.com/annulen/webkit/releases it all displays such error.There is
QWebKit
forQt 5.9.2
http://download.qt.io/snapshots/ci/qtwebkit/5.9.2/latest/qtwebkit/ which I want to test but it only available forMacOS
andLinux
. So can I build it (qtwebkit-everywhere-src-5.9.2.zip) forWindows
or it only specific forMacOS
andLinux
? Thanks. -
Hi,
You should rather test the
5.212
branch. This is @Konstantin-Tokarev reboot of QtWebkit with a more recent version of webkit. -
I have tried
5.212
branch butQt 5.9.6
displays 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.zip
I get warning:Then I run
configure -icu
and it failed.
How to fix it? Thanks.
-
I have checked that
QWebKit 5.212
branch is supported fromQt 5.10.1
. And the same error is present:Also I have tried Qt
5.10.1 QtWebEngine
forx86
app (forx64
app it works well):I have installed the latest,
Qt 5.11.1 QtWebEngine
, withx64
app build, it works well, but onx86
app compilation,QtWebEngine
's includes files are not found. So I think it doesn't supportQtWebEngine x86
.But my application requires
x64
andx86
binaries, so I will report these issues. -
I have reported the
QtWebKit
issue - https://bugreports.qt.io/browse/QTBUG-69471. -
The
QtWebEngine
issue also has been reported - https://bugreports.qt.io/browse/QTBUG-69473. Thanks.