OK, but howcome it did work in previous version of Qt, changelog does not mention anything about this feature under windows disabled.
Qt 5.3 Opensource & Creator 3.1.2
When i compile Qt i disable Webkit compilation, because I now that i won't use it. I don't if Webkit is necessary for you, but if it is not, then just disable it.
I'm a rebel in the S.D.G.
The problem is that I NEED webkit, any ideas?
Qt 5.3 Opensource & Creator 3.1.2
Have you ever compiled webkit successfully?
configure's help says
Qt Code:
-webkit ............ Compile in the WebKit module (WebKit is built if a decent C++ compiler is used.)To copy to clipboard, switch view to plain text mode
MinGW's g++ is not decent. Just like with phonon, there is no easy way to do this.
Qt Centre's wiki has an article describing some magic of building phonon with MinGW. You need to find smth like this for Webkit.
I'm a rebel in the S.D.G.
In previous version of Qt (4.5.1) I've built WebKit without any problems using IDENTICAL mingw (same version). Do you have a link to workaround you've mentioned?
Qt 5.3 Opensource & Creator 3.1.2
It is here http://wiki.qtcentre.org/index.php?t...ws_using_MinGW
Sorry then, I have no idea how to solve this problem. =(
I'm a rebel in the S.D.G.
Cause:
src/3rdparty/webkit/WebCore/tmp/moc/{debug,release}_shared/moc_QNetworkReplyHandler.cpp being empty after moc fails to generate it properly.
Workaround:
delete src/3rdparty/webkit/WebCore/tmp/moc/{debug,release}_shared/mocinclude.tmp and rerun make, which will trigger moc to rerun and generate the file correctly before continuing the build.
Credit: solution found here --> http://lists.trolltech.com/pipermail...er/013495.html
eclarkso (24th December 2009)
Bookmarks