Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Unable to load module QWebEngineWidgets on Qt 5.8

Unable to load module QWebEngineWidgets on Qt 5.8

Scheduled Pinned Locked Moved Unsolved QtWebEngine
7 Posts 4 Posters 2.7k 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.
  • Akito_KamiA Offline
    Akito_KamiA Offline
    Akito_Kami
    wrote on last edited by
    #1

    As the title says, qmake is unable to find webenginewidgets when it checks my qt project file. Is there a way to fix this? I am running Qt 5.8 and I have added QT += webenginewidgets to my .pro file.

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

      Hi
      As far as I know its not available for mingw.
      Only for visual studio
      https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md

      So that might be why ?

      1 Reply Last reply
      0
      • Akito_KamiA Offline
        Akito_KamiA Offline
        Akito_Kami
        wrote on last edited by
        #3

        I am on MSVC

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Ok. not that then :)

          1 Reply Last reply
          0
          • VRoninV Offline
            VRoninV Offline
            VRonin
            wrote on last edited by
            #5

            did you rerun qmake? did you install qt webengine (i.e. can you find it in the bin folder of qt)?

            "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
            ~Napoleon Bonaparte

            On a crusade to banish setIndexWidget() from the holy land of Qt

            mrjjM 1 Reply Last reply
            2
            • VRoninV VRonin

              did you rerun qmake? did you install qt webengine (i.e. can you find it in the bin folder of qt)?

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by mrjj
              #6

              Oh, @VRonin is spot on. It's possible not to install it :)

              Did you check it for installtion ?
              alt text

              1 Reply Last reply
              2
              • D Offline
                D Offline
                doliveira
                wrote on last edited by
                #7

                Maybe QtWebEngine component was not installed correctly.
                Go to your Qt 5.8 binaries folder (in my case is C:\Qt\Qt5.8.0\5.8\msvc2015\bin) and check if you have the QtWebEngine components there, the image below shows those components highlighted in red.

                Image 01 - QtWebEngine components

                If you don't have those components installed in your file system open the Maintenance Tool (located in C:\Qt\Qt5.8.0 in my case) and add it those components checking the option highlighted in red in the image below

                Image 02 - QtWebEngine installation

                P.S.: Maybe the MaintenanceTool will require you to add a repository to install the QtWebEngine's components add an User Repository with Url http://download.qt.io/online/qt5/windows/x86/online_repository

                I hope that it helps you

                Regards,
                Diego de Sousa Oliveira

                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