LibQtWebKit.so is 20Mb. Can I make it smaller?
-
Not sure if this should go in the webkit or embedded forums.
I know there is a qconfig.exe for conditionally compiling Qt components into the libQtGui library. But what about for webkit? I'm trying to build a Qt app for embedded linux that is just a mainwindow with a QWebView in it which loads the webpage.
To use QWebView i need the 20MB libQtWebKit.so. Are there switches or options for making this file smaller?
Any thoughs appreciated.
-
Yes ,
look here http://trac.webkit.org/wiki/QtWebKitBuild Instructions
and minimal flag in webkit script is probably what you want.
-
It's mostly just a huge library.