I am porting code from qt4 to qt5. I added the following line to my .pro file, as suggested:
.pro
QT += webkitwidgets
However, when
You need to install the webkitwidgets library.
On Ubuntu, try this in a terminal:
sudo apt-get install libqt5webkit5-dev