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

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

Scheduled Pinned Locked Moved Unsolved Qt WebKit
16 Posts 4 Posters 9.4k 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.
  • V vadak

    Hi
    i add to QT += core gui widgets webkitwidgets network svg my .pro file and build my project. i am getting Project ERROR: Unknown module(s) in QT: webkitwidgets
    16:36:48: Starting: "C:\Qt\Qt5.7.0\Tools\mingw530_32\bin\mingw32-make.exe"
    C:\Qt\Qt5.7.0\5.7\mingw53_32\bin\qmake.exe -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug" -o Makefile ..\refinery\refinery.pro
    Project ERROR: Unknown module(s) in QT: webkitwidgets
    Makefile:214: recipe for target 'Makefile' failed
    mingw32-make: *** [Makefile] Error 3
    16:37:26: The process "C:\Qt\Qt5.7.0\Tools\mingw530_32\bin\mingw32-make.exe" exited with code 2.
    Error while building/deploying project refinery (kit: Desktop Qt 5.7.0 MinGW 32bit)
    When executing step "Make"
    When executing step "qmake".
    i searched in web that webkit module not avaliable in Qt5.7 so i download related webkit module (qtwebkit_tp4_qt57_msvc2015_x86.zip)and copied to my local and how to install in windows 10 env ,i am new to window10 build flow.

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

    Thanks
    vadak

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

    @vadak With MinGW please use http://download.qt.io/snapshots/ci/qtwebkit/5.9/latest/qtwebkit/qtwebkit-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z and Qt 5.9

    In general, look for archives with "mingw" in the name, and skip those with "msvc"

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

      I see there's been one small error: it's QtWebEngine that's only available with MSVC and at least MSVC2015 because of the third parties involved.

      The original QtWebKit was deprecated with 5.6 and removed since 5.7 hence the error @vadak gets. So the current good solution is to use the reboot from @Konstantin-Tokarev.

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

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        I see there's been one small error: it's QtWebEngine that's only available with MSVC and at least MSVC2015 because of the third parties involved.

        The original QtWebKit was deprecated with 5.6 and removed since 5.7 hence the error @vadak gets. So the current good solution is to use the reboot from @Konstantin-Tokarev.

        V Offline
        V Offline
        vadak
        wrote on last edited by
        #9

        @SGaist thanks for your info ,now i am using windows10 OS and QT5.7 and this Qt5.9 related QTwebkit will work on windows10 OS?

        K 1 Reply Last reply
        0
        • V vadak

          @SGaist thanks for your info ,now i am using windows10 OS and QT5.7 and this Qt5.9 related QTwebkit will work on windows10 OS?

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

          @vadak Yes it should work fine on Windows 10

          V 1 Reply Last reply
          0
          • K Konstantin Tokarev

            @vadak Yes it should work fine on Windows 10

            V Offline
            V Offline
            vadak
            wrote on last edited by
            #11

            @Konstantin-Tokarev thanks for your info and one more question aboutQtwebkit i downloadedQt webkit and how do add this sourcemodule to my QT5.7 any set up process is available ?

            K 1 Reply Last reply
            0
            • V vadak

              @Konstantin-Tokarev thanks for your info and one more question aboutQtwebkit i downloadedQt webkit and how do add this sourcemodule to my QT5.7 any set up process is available ?

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

              You cannot use provided binaries with Qt 5.7, they require Qt 5.9. However you can build from sources with your 5.7

              V 1 Reply Last reply
              0
              • K Konstantin Tokarev

                You cannot use provided binaries with Qt 5.7, they require Qt 5.9. However you can build from sources with your 5.7

                V Offline
                V Offline
                vadak
                wrote on last edited by
                #13

                @Konstantin-Tokarev i will try with QT5.7 webkit module.

                K 1 Reply Last reply
                0
                • V vadak

                  @Konstantin-Tokarev i will try with QT5.7 webkit module.

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

                  @vadak There are no official MinGW binaries of QtWebKit for Qt 5.7, you should build from sources or (better) upgrade your Qt to 5.9

                  V 1 Reply Last reply
                  0
                  • K Konstantin Tokarev

                    @vadak There are no official MinGW binaries of QtWebKit for Qt 5.7, you should build from sources or (better) upgrade your Qt to 5.9

                    V Offline
                    V Offline
                    vadak
                    wrote on last edited by
                    #15

                    @Konstantin-Tokarev thanks for you information ,or i will use MSVC binaries version of Qt5.7.

                    K 1 Reply Last reply
                    0
                    • V vadak

                      @Konstantin-Tokarev thanks for you information ,or i will use MSVC binaries version of Qt5.7.

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

                      @vadak MSVC binaries for 5.7 that you've found are year old.

                      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