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: https://github.com/MGWL/QtE5/blob/master/examples/webview.d I compile using this command line:
dmd -m32 webview.d qte5.d -oflol
but when I run I get this error:
Error load: QtE5WebEng32.so
I thought this was just a typo and what he really meant was QtE5WebEng32.dll but even so, I can't find such dll even using
windeployqt --webkit2 --release
Is the library's author around so that we can fix this?