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. <br><br>I am using previewer app from webkit examples to test the browser. I have built QT again with -release and -webkit options. <br>
<br>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.<br><br>Regards,<br>Lata<br><br><div class="gmail_quote">
On 18 May 2012 19:24, Mandeep Sandhu <span dir="ltr"><<a href="mailto:mandeepsandhu.chd@gmail.com" target="_blank">mandeepsandhu.chd@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, May 18, 2012 at 5:56 PM, Lata Agrawal<br>
<<a href="mailto:lata.agrawal@enrouteinc.com">lata.agrawal@enrouteinc.com</a>> wrote:<br>
> I pointed my webkit browser <a href="http://www.barackobama.cm/life-of-julia" target="_blank">http://www.barackobama.cm/life-of-julia</a>. When I<br>
> execute cross-compiled app on Embedded device, it doesn't display anything<br>
> but on Linux-x86, it loads fine.<br>
> If you don't mind, can you send me the configure command you are using and<br>
> also which gcc version you are using to cross-compile.<br>
<br>
</div>Our configure script is run with the following options:<br>
-force-pkg-config \<br>
        -opensource \<br>
        -prefix $(INSTALL_DIR) \<br>
        -release \<br>
        -embedded mips \<br>
        -webkit \<br>
        -xplatform qws/<path to my platform vendors mkspecs> \<br>
        -little-endian \<br>
        -no-nis \<br>
        -no-cups \<br>
        -dbus \<br>
        -openssl-linked \<br>
        -qt-freetype \<br>
        -plugin-gfx-directfb \<br>
        -qt-kbd-tty \<br>
        -qt-kbd-linuxinput \<br>
        -qt-mouse-pc \<br>
        -qt-mouse-linuxinput \<br>
        -no-gfx-transformed \<br>
        -no-gfx-multiscreen \<br>
        -no-qt3support \<br>
        -no-accessibility \<br>
        -no-xmlpatterns \<br>
        -nomake tools \<br>
        -nomake docs \<br>
        -nomake examples \<br>
        -nomake demos \<br>
        -nomake translations \<br>
        -fast \<br>
        -v<br>
<br>
gcc version 4.3.2 (from CodeSourcery )<br>
<div class="im"><br>
><br>
> Do you find anything wrong in the configure command I am using?<br>
<br>
</div>You have not used the -webkit, then how is it building the webkit<br>
module for you? Have you verified if the module is indeed built for<br>
your target platform?<br>
<br>
What app are you using for the browser? You can try the browser from<br>
either demos or examples (u'll have top build them manually since you<br>
have demos and example build disabled by your configure script).<br>
<div class="HOEnZb"><div class="h5"><br>
HTH,<br>
-mandeep<br>
<br>
><br>
> -Lata<br>
><br>
><br>
> On 18 May 2012 17:48, Mandeep Sandhu <<a href="mailto:mandeepsandhu.chd@gmail.com">mandeepsandhu.chd@gmail.com</a>> wrote:<br>
>><br>
>> On Fri, May 18, 2012 at 5:10 PM, Lata Agrawal<br>
>> <<a href="mailto:lata.agrawal@enrouteinc.com">lata.agrawal@enrouteinc.com</a>> wrote:<br>
>> > Do I need to build it in release it by explicitly using -release switch?<br>
>><br>
>> It'll be better to build it in release mode unless you're planning to<br>
>> debug the Qt itself. It'll also reduce the size of the built libraries<br>
>> by a good amount. This is important especially on embedded boards<br>
>> which have slower processors.<br>
>><br>
>> We too are running Qt 4.6.2 on an embedded MIPS board and webkit works<br>
>> fine while rendering webpages. BTW, what specific HTML5 tag is being<br>
>> used in your test HTML5 page?<br>
>><br>
>> You can run a test of what all HTML5 tags are supported by your<br>
>> QtWebkit by pointing your browser to <a href="http://www.html5test.com" target="_blank">www.html5test.com</a>.<br>
>><br>
>> HTH,<br>
>> -mandeep<br>
>><br>
>> ><br>
>> > -Lata<br>
>> ><br>
>> ><br>
>> > On 18 May 2012 16:57, Lata Agrawal <<a href="mailto:lata.agrawal@enrouteinc.com">lata.agrawal@enrouteinc.com</a>> wrote:<br>
>> >><br>
>> >> Hi Mandeep,<br>
>> >><br>
>> >> Thanks for replying. I am simple interactive web pages, no video or<br>
>> >> audio.<br>
>> >> App works fine on Linux-x86 but same app when cross-compiled for<br>
>> >> Linux/MIPS<br>
>> >> doesn't show anything at all on screen. Do I need to add any feature<br>
>> >> while<br>
>> >> cross-compiling QT to be able to load HTML5 pages using Qtwebkit?<br>
>> >><br>
>> >> Regards,<br>
>> >> Lata<br>
>> >><br>
>> >><br>
>> >> On 18 May 2012 16:52, Mandeep Sandhu <<a href="mailto:mandeepsandhu.chd@gmail.com">mandeepsandhu.chd@gmail.com</a>><br>
>> >> wrote:<br>
>> >>><br>
>> >>> > I want to display HTML5 pages using QTWebkit module. I am able to<br>
>> >>> > execute<br>
>> >>> > the webkit application on Linux-x86 and it loads the HTML5 page<br>
>> >>> > perfectly<br>
>> >>> > fine. But when I cross-compile the same application for Linux/MIPS<br>
>> >>> > device<br>
>> >>> > and execute the app on device, it doesn't show anything.<br>
>> >>><br>
>> >>> What sort of content is being shown n this web-page? Does it load<br>
>> >>> anything at all?<br>
>> >>><br>
>> >>> Does the page having audio/video tags? If so, then that part won't<br>
>> >>> work since that depends on phonon and you have disabled it in your<br>
>> >>> build.<br>
>> >>><br>
>> >>> -mandeep<br>
>> >><br>
>> >><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >><br>
>> >> Lata Agrawal<br>
>> >> 9699750643<br>
>> >> En Route Media Pvt. Ltd.<br>
>> >><br>
>> >> En Route are the winners of the E4M OOH Award for Innovative Creation<br>
>> >> of a<br>
>> >> New Medium<br>
>> >><br>
>> >><br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> ><br>
>> > Lata Agrawal<br>
>> > 9699750643<br>
>> > En Route Media Pvt. Ltd.<br>
>> ><br>
>> > En Route are the winners of the E4M OOH Award for Innovative Creation of<br>
>> > a<br>
>> > New Medium<br>
>> ><br>
>> ><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> Lata Agrawal<br>
> 9699750643<br>
> En Route Media Pvt. Ltd.<br>
><br>
> En Route are the winners of the E4M OOH Award for Innovative Creation of a<br>
> New Medium<br>
><br>
><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><u><font><font face="tahoma,sans-serif">                                 <br></font></font></u><font><font face="tahoma,sans-serif"><span style="font-family:times new roman,serif">Lata Agrawal</span><br style="font-family:times new roman,serif">
<span style="font-family:times new roman,serif">9699750643</span><br style="font-family:times new roman,serif"><span style="font-family:times new roman,serif">En Route Media Pvt. Ltd.</span><br><br></font></font><i><font color="#666666" face="tahoma, sans-serif">En Route are the winners of the E4M OOH Award for Innovative Creation of a New Medium</font></i><br>
<font><font face="tahoma,sans-serif"><u>                                 </u><br></font></font><br>