QT += webenginewidgets does not work on either 6.2.4 or 6.3.0 with all web libraries installed (Windows 10).
Solved
QtWebEngine
-
I'm getting:
:-1: error: Project ERROR: Unknown module(s) in QT: positioning
when running qmake or building the project. I am using an MSVC 2019 build kit, 64-bit in either 6.2.4 or 6.3.0.
Why does using webenginewidgets seem to never work?
I added
QT += webenginewidgets
to my .pro file.
-
In my case, in debian, it was enough to unzip the QTWebKit(https://download.qt.io/snapshots/ci/qtwebkit/5.212/latest/qtwebkit/) in the path of my QT version.
I hope it helps. -
Not sure how to do that, could you be more specific, and what version of the zip file do I need because you linked me to version 5!
-
@hskoglund That worked! Thank you very much!