In .pro file I have the line:
QT += core gui webkitwidgets
and:
#include <QtWebKitWidgets>
But I get:
error: C1083: Cannot open include file: 'QtWebKitWidgets': No such file or directory
Answers to similar questions on Stackoverflow did not help. How to solve this problem?
OS: Windows 8.1
Qt version: 5.5.1