Results 1 to 6 of 6

Thread: Build Qt 4.6 with webkit

  1. #1
    Join Date
    Apr 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11

    Default Build Qt 4.6 with webkit

    Hi all,
    I am working on the embedded platform (arm-linux). I need to cross compile Qt with webkit to deploy on my board. I have already cross compiled Qt 4.6, and it is working fine on my board. Now I just need to X-compile webkit for my board. Can you help me?

    Thanks.

  2. #2
    Join Date
    Mar 2011
    Posts
    120
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Build Qt 4.6 with webkit

    You Download the qt-everywhere-opensource-src-4.6.x (x=1/2/3) and configure for embedded arm with webkit option.
    Copy the generated webkit library to the board.

  3. #3
    Join Date
    Apr 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11

    Default Re: Build Qt 4.6 with webkit

    Thanks for replying.
    I configured with the -webkit option and compiled the whole thing again. I just had to move the libQtWebKit.so.4 file to the lib folder. It's working fine now.

    PS: now I need MySQL. What option do we need to give so that it compiles the MySQL driver?

    Thank you

  4. #4
    Join Date
    Mar 2011
    Posts
    120
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Build Qt 4.6 with webkit

    You can add Mysql as a plugin.you can refer to qt help sql database driver.

  5. #5
    Join Date
    Apr 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11

    Default Re: Build Qt 4.6 with webkit

    Hi, thanks again.

    I read the online documentation and according to it, we need to have libmysqlclient libraries in order to build MySQL driver. My problem is that my target is arm-linux and hence I need libmysqlclient for arm. I googled for hours without luck. Any ideas?

  6. #6
    Join Date
    Mar 2011
    Posts
    120
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Build Qt 4.6 with webkit

    Download mysql connector and compile for arm linux.

Similar Threads

  1. Failed to build Qt 4.7.1 in a shadow build with feature tuning
    By myfifth in forum Installation and Deployment
    Replies: 0
    Last Post: 17th February 2011, 03:25
  2. Replies: 7
    Last Post: 31st January 2011, 15:46
  3. Build QT webkit For Arm Embedded ?
    By Thành Viên Mới in forum Qt Webkit
    Replies: 0
    Last Post: 13th January 2011, 06:22
  4. [Newbie QT Embedded] Build Webkit for Genetic Ubuntu Error ?
    By Thành Viên Mới in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 5th November 2010, 02:57
  5. Replies: 4
    Last Post: 23rd September 2010, 15:20

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.