Error In Webview
-
Hi,
I can't use Webview !!
@
These are my errors :
E:\Qt....\ui_mainwindow.h:47: error: undefined reference to_imp___ZN8QWebViewC1EP7QWidget' E:\Qt\...\.\ui_mainwindow.h:50: error: undefined reference to
_imp___ZN8QWebView6setUrlERK4QUrl'
@
Help me please!
thanks -
Just in case anyone else finds this thread having had the above error, now [I am assuming for qt5 here] the correct entry in the .pro file should be:
QT+=webkitwidgets
Share and enjoy.
JT