Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installing Qt Webkit from source
Forum Updated to NodeBB v4.3 + New Features

Installing Qt Webkit from source

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.3k Views 2 Watching
  • 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.
  • B Offline
    B Offline
    Bull
    wrote on last edited by
    #1

    I have self-compiled Qt 5.4.1 and installed in /opt/qt-5.4.1.

    However, I encountered an error while trying to 'qmake' my project file:

    Project ERROR: Unknown module(s) in QT: webkitwidgets

    I did sudo apt-get install libqt5webkit5-dev but the error persists.

    I suspect then that apt-get install does not work when Qt-Core was self-compiled. The Qt Webkit source is available on https://qt.gitorious.org/qt The question is, how and where should I install Webkit from source so that it can be detected while running qmake?

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

      HI and welcome to devnet,

      You need to clone the sources of the module then use the qmake of your self-built Qt on it to configure its build. Then the class make + make install.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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