Quote Originally Posted by GregMalick View Post
configure -no-webkit
According to this Bug Report (http://bugreports.qt.nokia.com/browse/QTBUG-6470),
this problem with the Webkit could be solved by deleting some temp files installed by the full distribution of Qt SDK - 4.6.0 version.
Don't know if it also applies for 4.5, but the files are:

<qt installation path, for example C:\Qt\2010.04\qt>
\src\3rdparty\webkit\WebCore\tmp\moc\debug_shared\ mocinclude.tmp
\src\3rdparty\webkit\WebCore\tmp\moc\release_share d\mocinclude.tmp


Others that were causing error when I tried building were
\src\script\tmp\moc\debug_shared\mocinclude.tmp
\src\script\tmp\moc\release_shared\mocinclude.tmp

and as they said there, it worked fine here when I removed these.