Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QtWebkit failed to build in Linux for RaspBerry PI

QtWebkit failed to build in Linux for RaspBerry PI

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 1.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tushar
    wrote on last edited by
    #1

    Hello,

    I am not able to compile Qt 5.4.1 Webkit module in Linux for Raspberry PI. Everything build proper except webkit. Whenever, I tried to compile, It was broken and shows me following error.

    Project ERROR: WebKit requires SQLite. Either make it available via pkg-config, set $SQLITE3SRCDIR or build WebKit under qt5.git.

    After setting $SQLITE3SRCDIR environment variable , It started to build and braked again with following error.
    **
    fatal error: sqlite3.h No such file or directory. compilation terminated.
    **
    I have changed cmake files and pri files of webkit but still getting same error. If any body have any idea regarding it, Then please help me. I will appreciate your help.

    Thanks

    Tushar Kachhadiya

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Do you build for Raspbian? And do you build directly on the RPI?
      If so then just install libsqlite3-dev package.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tushar
        wrote on last edited by
        #3

        Hi,

        Yes, I am building it for Raspbian but I am not building it directly on RPI. My host OS is Linux.

        Thanks,

        Tushar Kachhadiya

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved