I am using Qt 5.6 with MinGW on Windows 10 64x for developing a cross platform app (desktop + mobile).
In Qt 5.5, I could use WebKit to make a cross platform app for showing web pages in my app, and I could use it on Windows, Android, iOs...
Today, I realized we can't use it anymore, we can't use QtWebView
neither for Windows and also can't use QtWebEngine
with MinGW.
Thus, I am confused : knowing that I want to show a webpage using my current configuration (for android desktop and mobile version), what should I do?
Is there a hope it will be solved in the next Qt versions?
Edit: Even when I want to run Qt special webview (minibrowser) example, it shows qmake error:
Project ERROR: Unknown module(s) in Qt: webenginewidgets
Project ERROR: Unknown module(s) in Qt: webview