Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved QtWebkit failed to build in Linux for RaspBerry PI

    Mobile and Embedded
    2
    3
    1559
    Loading More Posts
    • 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
      tushar last edited by

      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 Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • T
          tushar last edited by

          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 Reply Quote 0
          • First post
            Last post