[webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). Basically, what I use: SQLite, lzma, jsonxx, ICU, iconv and Qt. In the Qt part, what I use is: * core * gui * network * webkit * widgets * webkitwidgets So, In my

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 16:58, Richard Gerd Kuesters rich...@humantech.com.br: Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). You can shrink QtWebKit by using custom options of build-webkit script. For example, disabling SVG

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Thanks Konstantin! Indeed I can take off some webkit features, but I'm affraid I may be removing future improvement to my own appication. I was thinking more about the whole Qt, if it is really 100% required to run webkit. Kind regards, RIchard. On 10/25/2013 01:05 PM, Konstantin Tokarev

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Andras Becsi
Hi, On 25 October 2013 14:58, Richard Gerd Kuesters rich...@humantech.com.brwrote: Hello all! I am currently tweaking one of my webkit applications to shrink its size (bandwidth costs are sometimes high). Basically, what I use: SQLite, lzma, jsonxx, ICU, iconv and Qt. In the Qt part,

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Richard Gerd Kuesters
Thanks Andras! I'm sorry for my DLL list. We already rips *d.dll from the distrib :) I was wondering if print or qml or quick or sensors are really necessary for webkit to work ... Kind regards, Richard. On 10/25/2013 02:46 PM, Andras Becsi wrote: Hi, On 25 October 2013 14:58, Richard

Re: [webkit-qt] how to shrink distribution, if possible?

2013-10-25 Thread Konstantin Tokarev
25.10.2013, 22:21, Richard Gerd Kuesters rich...@humantech.com.br: Thanks Andras! I'm sorry for my DLL list. We already rips *d.dll from the distrib :) I was wondering if print or qml or quick or sensors are really necessary for webkit to work ... That depends only on what your