PDA

View Full Version : QtWebKit Compilation problem



PiXeL16
8th May 2008, 04:58
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\qweb kitglobal.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:

PiXeL16
8th May 2008, 09:31
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

PiXeL16
9th May 2008, 00:18
Can someone confirm this?