Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] QtWebEngine module not found on Windows - Chromium does not work with mingw
QtWS25 Last Chance

[Solved] QtWebEngine module not found on Windows - Chromium does not work with mingw

Scheduled Pinned Locked Moved General and Desktop
11 Posts 3 Posters 13.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.
  • D Offline
    D Offline
    drewpotter
    wrote on last edited by
    #1

    Hi,

    I have downloaded the Windows installer for Qt 5.4 and I made sure that QtWebEngine was selected on the list of options.

    However, when I create a new Qt Quick Application using Qt Creator it informs me when I try to use:

    WebEngineView

    That the QtWebEngine module is not installed. Could anyone please explain to me why this does not work? Have I not installed it properly?

    Thanks.

    1 Reply Last reply
    0
    • N Offline
      N Offline
      nando76
      wrote on last edited by
      #2

      Hi,

      for which Platform did you Compile?
      E.g as far as i know winrt has no webengine Support yet..

      1 Reply Last reply
      0
      • D Offline
        D Offline
        drewpotter
        wrote on last edited by
        #3

        Hi

        It is just Windows 7; 32 Bits

        1 Reply Last reply
        0
        • D Offline
          D Offline
          drewpotter
          wrote on last edited by
          #4

          Also, I didn't compile anything AFAIK, the installer just downloaded and installed everything for me.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            drewpotter
            wrote on last edited by
            #5

            Is is necessary to compile QtWebEngine on Windows? I installed it using the installer and I don't think anything compiled.

            1 Reply Last reply
            0
            • N Offline
              N Offline
              nando76
              wrote on last edited by
              #6

              in qtcreator which kit you selected to build your application?

              1 Reply Last reply
              0
              • D Offline
                D Offline
                drewpotter
                wrote on last edited by
                #7

                Hi,

                In qtcreator I have Mingw as the kit to build the application.

                1 Reply Last reply
                0
                • N Offline
                  N Offline
                  nando76
                  wrote on last edited by
                  #8

                  i am not sure, but i think qtwebengine stuff is not supported for mingw.
                  maybe you should consider using microsoft visual studio...

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    drewpotter
                    wrote on last edited by
                    #9

                    Really? wow that is amazing I didn't realise that Mingw did not work with QtWebEngine. Thanks for letting me know.

                    1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      drewpotter
                      wrote on last edited by
                      #10

                      Wow. I just found a posting about this:

                      Qt WebEngine is not available for the MinGW build because Chromium does not support building with MinGW.

                      1 Reply Last reply
                      0
                      • JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #11

                        [quote author="drewpotter" date="1421794364"]Wow. I just found a posting about this:

                        Qt WebEngine is not available for the MinGW build because Chromium does not support building with MinGW.[/quote]Yes, that is a limitation from the Chromium Project itself. Note that you need MSVC 2013; older versions of MSVC are not supported: http://www.chromium.org/developers/how-tos/build-instructions-windows

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        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