Re: [Interest] How to remove some features from QtWebKit.

2015-05-01 Thread Konstantin Tokarev
28.04.2015, 09:33, "Kim Min-chul" : > Hi > > I would like to get some advices or suggestions for removing some features > from qtwebkit. > > I am using qtwebkit(qt 5.2.1). I think that it spends too much memory. > The reason is why I want to remove some features like Video and Audio. > Of course

Re: [Interest] How to remove some features from QtWebKit.

2015-05-01 Thread Allan Sandfeld Jensen
On Friday 01 May 2015, Kim Min-chul wrote: > I succedded making more features diabled. > I added this configuration to features.pri > WEBKIT_CONFIG -= geolocation orientation_events device_orientation > svg_fonts smooth_scrolling web_audio > It works well. and I visited http://html5test.com to see

Re: [Interest] How to remove some features from QtWebKit.

2015-05-01 Thread Kim Min-chul
Hi. First, I would like to appreciate you. Your suggestions and tips are very helpful for me. And, I found out what is wrong. I missed LD_LIBRARY_PATH setting . i was stupid. I succedded making more features diabled. I added this configuration to features.pri WEBKIT_CONFIG -= geolocation orien

Re: [Interest] How to remove some features from QtWebKit.

2015-04-30 Thread Allan Sandfeld Jensen
On Tuesday 28 April 2015, Kim Min-chul wrote: > Hi > > I would like to get some advices or suggestions for removing some features > from qtwebkit. > > I am using qtwebkit(qt 5.2.1). I think that it spends too much memory. > The reason is why I want to remove some features like Video and Audio. >

Re: [Interest] How to remove some features from QtWebKit.

2015-04-30 Thread Kim Min-chul
Hi, I would like to share what i found out. Unfortunately, i didn't get the result that i want. I found out the way to set ENBLE_VIDEO=0 in Makefile.WebCore.Target. qtwebkit is still playing video although ENABLE_VIDEO is 0. I don't know why. if you know why, please let me know. I guess that WEB

[Interest] How to remove some features from QtWebKit.

2015-04-27 Thread Kim Min-chul
Hi I would like to get some advices or suggestions for removing some features from qtwebkit. I am using qtwebkit(qt 5.2.1). I think that it spends too much memory. The reason is why I want to remove some features like Video and Audio. Of course it will be good for removing other features in order