I've been trying to compile a code on Qt creator with Qt 5.13.2 on windows 10 32 bit, but it displaying QWebengine not found, I search online to get solution, but I only saw solution on Visual Studio Qt, my pc has no VS installation.
Asked
Active
Viewed 161 times
0
-
Your findings are correct - webengine currently cannot be build with MinGW on windows so QtWebEngine can't be either. – chehrlic Jan 23 '22 at 09:31
-
– chehrlic, please what is the way forward? what can I do? – Solo Abdulsalam Abdullahi Jan 23 '22 at 16:55
-
Use MSVC if you want to use QtWebEngine. Or port webengine to work with MinGW – chehrlic Jan 23 '22 at 19:37