Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
QtWebKit Compilation Problem
Hi Guys,
Any help here will be truly appreciated. I am trying to integrate the QtWebkit to an application.
When I try to compile my code with this line
#include <QtWebKit/QtWebKit>
or this one
#include <QtWebKit/QWebView>
this error is returned:
e:\qt\4.4.0\src\3rdparty\webkit\webkit\qt\api\qwebkitglobal.h(23) : fatal error
C1083: Cannot open include file: 'qglobal.h': No such file or directory
Any pointers what I am missing here?
Thanks!:confused:
RE: QtWebKit Compilation Problem
Another info that may help
I am using Cmake 2.6 under windows XP, and visual studio 2005.
Any help will be really appreciated
Thanks
RE: QtWebKit Compilation Problem
Has someone encounter the same issue?