Error on making webview
-
Hello i'm trying to make a simple web view and it always says :-1: error: Project ERROR: Unknown module(s) in QT: webkit using qt 6.2.1 mingw x64 on windows
@peteradde
QWebView
& webkit were removed from Qt a long time ago. What version are you using? -
Hello i'm trying to make a simple web view and it always says :-1: error: Project ERROR: Unknown module(s) in QT: webkit using qt 6.2.1 mingw x64 on windows
@peteradde said in Error on making webview:
and it always says :-1: error: Project ERROR: Unknown module(s) in QT: webkit using qt 6.2.1 mingw x64 on windows
Like I said it was removed a long time ago. Qt supports
QWebEngine
nowadays. -
okay i added QT+ = webenginewidgets like in the example, and tried to build the example it self
and still :-1: error: Unknown module(s) in QT: webenginewidgets@peteradde
It is an optional extra in the Qt downloads. Go back to maintenance tool and get it installed.