C1083: Cannot open include file: 'QWebView': No such file or directory
Solved
General and Desktop
-
After you modify .pro file re-run qmake (menu Build-> Run qmake).
Oh, and make sure you're using Qt version that still has QWebView. It was deprecated and then removed in later versions.Btw. QtCreator 2.7.0 is pretty old. Current version is 4.2.2. Have you thought about upgrading?
-
@Panoss
If you want to use a newer of Qt, you should check out
https://forum.qt.io/topic/76739/webkit-status-2017Note. You can use a newer Creator even if you stay older Qt.
The version used for building Creator is not related to any version of Qt you have installed and
use to build your apps.