Inherit from web page result into run time error.
-
@Konstantin-Tokarev I followed the steps here:
https://github.com/therecipe/qt/wiki/Installing-QtWebKit-Module
But when I went to compile, I get this error:
C:/Qt/Qt5.8.0/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lQt5WebKitWidgetsd C:/Qt/Qt5.8.0/Tools/mingw530_32/bin/../lib/gcc/i686-w64-mingw32/5.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -lQt5WebKitd collect2.exe: error: ld returned 1 exit status
wrote on 22 Jan 2018, 19:13 last edited by@Bob-Asm solve that issue. I did remember that Webkit only build on release soon as I see it was looking for a debug library -lQt5WebKitWidgetsd switch to release and solved that issue. The current one is:
C:\Qt\Qt5.8.0\5.8\mingw53_32\bin\Qt5WebKit.dll does not exist.
-
wrote on 22 Jan 2018, 19:25 last edited by
okay, after a while I managed to make it work with Qt 5.8: download the Webkit, extracted to proper folder, renamed few dlls (had lib prefix) get webkit*.exe somewhere else and copied to mingw\bin folder then it compiled. I run once without any crash. To make sure it was ok, I closed and opened Qt again, compiled, then it frooze in the same way as the previous Qt version I was using. I'm clueless what's happeing, worse, I can't run in debug mode due lack of debug symbols on qtwebkit (as far I know, it's release and only works so).
-
wrote on 22 Jan 2018, 20:27 last edited by
You cannot use Qt 5.8 with these binaries.
For building in debug configuration please use http://download.qt.io/snapshots/ci/qtwebkit/5.212/1516463897/qtwebkit/qtwebkit-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z and Qt 5.10.0 (install from online repo with MaintenanceTool)
-
You cannot use Qt 5.8 with these binaries.
For building in debug configuration please use http://download.qt.io/snapshots/ci/qtwebkit/5.212/1516463897/qtwebkit/qtwebkit-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z and Qt 5.10.0 (install from online repo with MaintenanceTool)
wrote on 22 Jan 2018, 21:04 last edited by@Konstantin-Tokarev I didn't find Qt 5.10.0 with mingw so I'm using Qt 5.8.0. Can I add webkit using MaintenanceTool? if so, how do I do that?
as you can see, I'm pretty newbit to Qt. I'll try those binaries if I fail to add webkit to Qt 5.8, -
wrote on 22 Jan 2018, 21:20 last edited by
You can install Qt 5.10 for mingw using normal windows installer, or install it from online repository using MaintenanceTool which is included with the Qt version that you already have
For QtWebKit, you still need to download archive and unpack it into Qt manually. Installer component is not yet there
-
wrote on 23 Jan 2018, 16:23 last edited by ThatDud3
Be aware that in Qt 5.10.0 Offline Installer qt-creator comes without debugger support on Windows
see https://forum.qt.io/topic/85986/qtcreatorcdbext-dll-cannot-be-found-qt-5-10-0-offline-installerP.S. some say online installer is not affected...
HTH -
wrote on 23 Jan 2018, 16:53 last edited by
Topic is about MinGW, cdb has nothing to do with it
-
wrote on 25 Jan 2018, 14:14 last edited by
Here's I solved that: removed my internet banking software. It somehow was preventing webkit within my Qt application to work. Thank you all guys for help.
-
wrote on 25 Jan 2018, 17:48 last edited by
@Bob-Asm please don't forget to mark your post as solved. Thanks
-
@Bob-Asm please don't forget to mark your post as solved. Thanks
wrote on 1 Feb 2018, 01:27 last edited by@Pablo-J.-Rogina I'm sorry, I new to this forum. Done. Thank you.
18/18