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. [Problem] Project ERROR: Unknown module(s) in QT: webkitwidgets
Forum Updated to NodeBB v4.3 + New Features

[Problem] Project ERROR: Unknown module(s) in QT: webkitwidgets

Scheduled Pinned Locked Moved Unsolved Qt WebKit
5 Posts 3 Posters 4.8k 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.
  • P Offline
    P Offline
    ParthShah070191
    wrote on last edited by
    #1

    Hello

    i add to QT += webkitwidgets webkit my .pro file and build my project. i am getting Project ERROR: Unknown module(s) in QT: webkitwidgets
    14:05:16: The process "/home/hb/Qt5.8.0/5.8/gcc_64/bin/qmake" exited with code 3.
    Error while building/deploying project Test_QtWebView (kit: Desktop Qt 5.8.0 GCC 64bit)
    The kit Desktop Qt 5.8.0 GCC 64bit has configuration issues which might be the root cause for this problem.
    When executing step "qmake".

    if you any one know, how to resolve this problem. please let me know.

    Thanks

    Regards
    Parth Shah

    raven-worxR 1 Reply Last reply
    0
    • P ParthShah070191

      Hello

      i add to QT += webkitwidgets webkit my .pro file and build my project. i am getting Project ERROR: Unknown module(s) in QT: webkitwidgets
      14:05:16: The process "/home/hb/Qt5.8.0/5.8/gcc_64/bin/qmake" exited with code 3.
      Error while building/deploying project Test_QtWebView (kit: Desktop Qt 5.8.0 GCC 64bit)
      The kit Desktop Qt 5.8.0 GCC 64bit has configuration issues which might be the root cause for this problem.
      When executing step "qmake".

      if you any one know, how to resolve this problem. please let me know.

      Thanks

      Regards
      Parth Shah

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @ParthShah070191
      the QtWebkit module is deprecated since Qt 5.6 and no longer shipped along with the release packages.
      You need to compile it yourself if you want to use it in later versions of Qt.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • P Offline
        P Offline
        ParthShah070191
        wrote on last edited by
        #3

        @raven-worx

        Thank you so much for your reply, can you please help me, i want to load WebUrl in which Qt-Component using Qt 5.8.0

        Thanks

        raven-worxR 1 Reply Last reply
        0
        • P ParthShah070191

          @raven-worx

          Thank you so much for your reply, can you please help me, i want to load WebUrl in which Qt-Component using Qt 5.8.0

          Thanks

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @ParthShah070191
          the replacement of QtWebkit is the QtWebEngine module

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Konstantin Tokarev
            wrote on last edited by
            #5

            You can download binaries compatible with Qt 5.9 at https://github.com/annulen/webkit/releases/tag/qtwebkit-5.212.0-alpha2

            1 Reply Last reply
            2

            • Login

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