Is there anyway to config qtwebkit?
-
What exactly are you trying to do?
I guess the easiest way to get full control of the Qt Webkit configuration is to not build it as part of Qt:-) Get the webkit sources fresh out of "webkit.org":http://webkit.org/ and configure it to your liking.
-
The build-webkit script has various options to enable and disable features. There's some information here http://trac.webkit.org/wiki/QtWebKit note that some of the options have missing #ifdef guards so you might need to hack around a bit.