QWebView requesting QtE5WebEng32.so on windows

MGW mgw at yandex.ru
Mon Jul 23 12:32:14 UTC 2018


On Saturday, 21 July 2018 at 19:11:08 UTC, Dr.No wrote:
> So I went to try out QWebView on Windows from this wrapper:
>
> https://github.com/MGWL/QtE5
>
> all the examples went fine until I tried QWebView:

Prior to version Qt-5.5 WebKit was used, and for later versions 
of chromium-based WebEngine. You probably have a WebKit-based 
version and need to use:
Loader(dll.Qt5widgets + dll.QtE5Web, true)).
LoadQt (...) for Windows 32/64 WebEngine contains a typo ... Must 
be DLL


More information about the Digitalmars-d-learn mailing list