PDA

View Full Version : QWebpage



Ini
24th January 2016, 16:12
I did include everything in header and profile but QT Does not find it. my version 3.6.0

Header: #include <QWebPage>
qmake: QT += webkitwidgets

I really need QWebpage, what can I do that it works? I Mean I guess it should with that includes and code added in pro-file.

??

anda_skoa
24th January 2016, 16:42
I did include everything in header and profile but QT Does not find it. my version 3.6.0

Qt3 is way to old, QtWekKit was added in Qt4.
The docs say (http://doc.qt.io/qt-5/qwebpage.html) at 4.4

Cheers,
_