Is there anyway to config qtwebkit?
Qt WebKit
3
Posts
3
Posters
6.2k
Views
1
Watching
-
wrote on 24 Nov 2010, 06:25 last edited by
Hi All,
how can I configure the building of webkit in QT to make it smaller?
I only know how to configure QT. -
wrote on 30 Nov 2010, 20:52 last edited by
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.
-
wrote on 4 Dec 2010, 14:20 last edited by
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.
1/3