How to use QWebEngineView module in his project?
Unsolved
Installation and Deployment
-
good evening, I'm working on a web browser project, I was asked to use the "QWebKit" class to be able to set up this project, but my IDE (Qt Creator) was writing an error message saying that the file is not found. Then I was asked to include "QWebView" but same problem, then to include "QWebEngineView" instead and write to my .pro file "QT += webenginewidgets " to import the module and according to the documentation it is apparently that class which is up to date but when i include it same error yet it should be used in my version of qt (namely qt 6.2.1) i don't know where the error is, here is a picture of my .pro file :