<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I'm trying to get the content of a website. Since SilicaWebView
    doesn't seem to provide this, I want to write a C++ class that does.
    QWebView from QtWebKit should be able to do this (this example is
    actually perfect<big>: </big><a class="moz-txt-link-freetext" href="http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-example.html">http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-example.html</a>).<br>
    <br>
    However, I cannot include QWebView (no such file [...]) and
    including "QtWebKit/QtWebKit" does not give me the QWebView either.<br>
    <br>
    I did add "QT += webkit" to my .pro-file.<br>
    <br>
    What am I missing?<br>
    <br>
    <br>
    Thanks a lot,<br>
    <br>
    Hannes<br>
  </body>
</html>