include "QWebView" fail?
You maybe want to do this: #include QWebView and you get an error like “QWebView: No such file or directory”, The solucion is simple, you need to add the reference to the library in you your_project.pro file, just write: QT += webkit Save and Run