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 qt5.7.0
Forum Updated to NodeBB v4.3 + New Features

unknown module(s) in qt webkitwidgets qt5.7.0

Scheduled Pinned Locked Moved Unsolved Qt WebKit
7 Posts 3 Posters 7.0k Views 4 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.
  • ArsalenQtA Offline
    ArsalenQtA Offline
    ArsalenQt
    wrote on last edited by
    #1

    Hello there,
    I'm a new user of Qt, I want to create a simple browser using QtWebKitwidgets and I'm having this message "unknown module(s) in qt webkitwidgets qt5.7.0" when I run qmake, I've googled it and it seems like Qt 5_7_0 doesn't support the "QtWebKit" anymore, most of people who fixed this error are using Linux OS, but I'm running a Windows, I understood that I've to download some dll files, but I don't know how, any alternative?? thanks for help.

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

      Hi and welcome to devnet,

      The old QtWebKit module has been deprecated with Qt 5.5 and removed with Qt 5.6 from the binary installer. You have three options:

      1. Use the QtWebEngine module
      2. Build the QtWebKit module
      3. Take a look at the QtWebKit reloaded project

      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
      • ArsalenQtA Offline
        ArsalenQtA Offline
        ArsalenQt
        wrote on last edited by
        #3

        @Lifetime-Qt-Champion I'm only a beginner, I've read the doc and it seems as it's too complicated to build the WebKit engine for my Qt version, I'll see what I can do with QtWebEngine, otherwise I'll just quit.
        Anyway thanks a lot bro, you're the best.

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

          If you take the packaged sources, it should alleviate the build process.

          In any case, you might be interested by the QtWebBrowser project. It's based on QtWebEngine.

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

          ArsalenQtA 1 Reply Last reply
          1
          • ArsalenQtA ArsalenQt

            @Lifetime-Qt-Champion I'm only a beginner, I've read the doc and it seems as it's too complicated to build the WebKit engine for my Qt version, I'll see what I can do with QtWebEngine, otherwise I'll just quit.
            Anyway thanks a lot bro, you're the best.

            K Offline
            K Offline
            Konstantin Tokarev
            wrote on last edited by
            #5

            @ArsalenQt We have prebuilt packages of preview release for Windows and macOS here: https://github.com/annulen/webkit/releases/tag/qtwebkit-tp3

            That said, if you are a beginner, for now it will be easier for you to start with QtWebEngine.

            ArsalenQtA 1 Reply Last reply
            2
            • SGaistS SGaist

              If you take the packaged sources, it should alleviate the build process.

              In any case, you might be interested by the QtWebBrowser project. It's based on QtWebEngine.

              ArsalenQtA Offline
              ArsalenQtA Offline
              ArsalenQt
              wrote on last edited by
              #6

              @SGaist I think I'll go on with the QtWebEngine.
              I've checked the content of the QtWebBrowser, and I didn't understood too much because it's a high level work, but it helped me to understand the structure of the project.
              Thanks again.

              1 Reply Last reply
              0
              • K Konstantin Tokarev

                @ArsalenQt We have prebuilt packages of preview release for Windows and macOS here: https://github.com/annulen/webkit/releases/tag/qtwebkit-tp3

                That said, if you are a beginner, for now it will be easier for you to start with QtWebEngine.

                ArsalenQtA Offline
                ArsalenQtA Offline
                ArsalenQt
                wrote on last edited by
                #7

                @Konstantin-Tokarev I will go on by your advice and start with QtWebEngine, thanks a lot.

                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