Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Unknown module(s) in QT: webkitwidgets webkit
QtWS25 Last Chance

Unknown module(s) in QT: webkitwidgets webkit

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 2.1k 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.
  • P Offline
    P Offline
    pentagon
    wrote on last edited by
    #1

    Hi,

    First I built and installed QT5 in Ubuntu 13.10 without webkit:

    ./init-repository --no-webkit # we build WebKit separately
    ./configure -developer-build -opensource -confirm-license
    make -j 40
    make install

    Then I downloaded webkit and built it separately (because I need to modify webkit):

    Tools/Scripts/build-webkit --qt --video-track --makeargs="-j40" --no-webkit2

    Finally I ran qmake:

    export QTDIR=~/workspace/qt5/qtbase
    export PATH=$QTDIR/bin:$PATH
    export WEBKIT_ROOT=~/workspace/webkit
    qmake QtBrowser.pro

    And got an error:

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

    Can anybody help me, please? I tried to fix it for 3 days, but i really do not know what to do.

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

      Hi and welcome to devnet,

      When you say you build it separately, do you mean the QtWebKit module or only webkit ?

      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