QtWebkit in Qt 5.15.2
-
I have to upgrade Qt from version to 5.5.1 to 5.15.2. In Qt 5.5.1 there's the Qt WebKit module that has to be ported but I can't find the equivalent in Qt 5.15.2. I am trying to follow this guide but I get the error that the include file
#include <QtWebEngineWidgets/QtWebEngineWidgets>
doesn't exist. I have checked in the include folder and didn't findQtWebEngineWidgets
directory. I am using Visual Studio 19 with msvc19. -
I have to upgrade Qt from version to 5.5.1 to 5.15.2. In Qt 5.5.1 there's the Qt WebKit module that has to be ported but I can't find the equivalent in Qt 5.15.2. I am trying to follow this guide but I get the error that the include file
#include <QtWebEngineWidgets/QtWebEngineWidgets>
doesn't exist. I have checked in the include folder and didn't findQtWebEngineWidgets
directory. I am using Visual Studio 19 with msvc19.