Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-21 Thread Lata Agrawal
I have QT working but the browser QT app is not working on it. It doesn't give any error on console also. But as you have said there is no specific requirement on device aprat from installing the QT libs, then probably I will do a fresh build with -webkit switch and try running browser app. Thanks

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-20 Thread Mandeep Sandhu
> BTW, on device, I just need to copy the QT libraries containing the QTwebkit > compiled libraries. Anything else I need to copy to device to get browser > working on device. You should have the 'install' tree on your target device which contains all the libs that you have asked Qt to build durin

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
I can see the cross-compiled qtwebkit library files in QT install dir. Also by default if webkit is not specified in configure command, it builds webkit. I am using previewer app from webkit examples to test the browser. I have built QT again with -release and -webkit options. BTW, on device, I j

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Mandeep Sandhu
On Fri, May 18, 2012 at 5:56 PM, Lata Agrawal wrote: > I pointed my webkit browser http://www.barackobama.cm/life-of-julia. When I > execute cross-compiled app on Embedded device, it doesn't display anything > but on Linux-x86, it loads fine. > If you don't mind, can you send me the configure comm

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
I pointed my webkit browser http://www.barackobama.cm/life-of-julia. When I execute cross-compiled app on Embedded device, it doesn't display anything but on Linux-x86, it loads fine. If you don't mind, can you send me the configure command you are using an

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Mandeep Sandhu
On Fri, May 18, 2012 at 5:10 PM, Lata Agrawal wrote: > Do I need to build it in release it by explicitly using -release switch? It'll be better to build it in release mode unless you're planning to debug the Qt itself. It'll also reduce the size of the built libraries by a good amount. This is im

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
Do I need to build it in release it by explicitly using -release switch? -Lata On 18 May 2012 16:57, Lata Agrawal wrote: > Hi Mandeep, > > Thanks for replying. I am simple interactive web pages, no video or audio. > App works fine on Linux-x86 but same app when cross-compiled for Linux/MIPS > d

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
Hi Mandeep, Thanks for replying. I am simple interactive web pages, no video or audio. App works fine on Linux-x86 but same app when cross-compiled for Linux/MIPS doesn't show anything at all on screen. Do I need to add any feature while cross-compiling QT to be able to load HTML5 pages using Qtwe

Re: [Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Mandeep Sandhu
> I want to display HTML5 pages using QTWebkit module. I am able to execute > the webkit application on Linux-x86 and it loads the HTML5 page perfectly > fine. But when I cross-compile the same application for Linux/MIPS device > and execute the app on device, it doesn't show anything. What sort o

[Interest] Build webkit with QT for Embedded Linux!

2012-05-18 Thread Lata Agrawal
Hi, I want to display HTML5 pages using QTWebkit module. I am able to execute the webkit application on Linux-x86 and it loads the HTML5 page perfectly fine. But when I cross-compile the same application for Linux/MIPS device and execute the app on device, it doesn't show anything. I have cross-co