I want to add web engine widgets to my project so i write Qt += webenginewidgets in .pro file. The error i see: "Project ERROR: Unknown module(s) in QT: webengine". My Qt version is 6.5, web engine tools are installed.
I have seen that web engine is only supported by MSVC compiler. Is there any way to use mingw?