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. Does MinGW not support webenginecore and webenginewidgets modules?
Forum Updated to NodeBB v4.3 + New Features

Does MinGW not support webenginecore and webenginewidgets modules?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 3 Posters 337 Views 1 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.
  • M Offline
    M Offline
    MyNameIsQt
    wrote on last edited by
    #1

    Hi everyone,

    I’m working on a Qt project that requires the webenginecore and webenginewidgets modules, but I’m using MinGW for building my application. This project was successfully built using MSVC 2022 (64-bit), but the issue occurred after switching to MinGW.

    I’ve encountered an issue where these modules are not recognized when using MinGW, even though I have successfully installed Qt with MinGW support.

    Here are the details:

    Qt version: 6.8.2
    Compiler: MinGW 64-bit
    Error message: Unknown module(s) in QT: webenginecore webenginewidgets
    I’ve checked the Qt installation and confirmed that the modules are not present in the MinGW folder, though they are available in the MSVC folder.
    So, my question is: Does MinGW not support the webenginecore and webenginewidgets modules, or is there an additional step required to enable them for MinGW? If so, could you guide me through the setup process or any troubleshooting steps to get these modules working with MinGW?

    Thank you in advance for your help!

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

      Hi,

      It's the other way around, WebEngine folks never supported MinGW.

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

      M 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi,

        It's the other way around, WebEngine folks never supported MinGW.

        M Offline
        M Offline
        MyNameIsQt
        wrote on last edited by
        #3

        @SGaist Is there any other way to handle HTML and JS with MinGW? I am looking for an alternative to WebEngine for rendering web content in my application.

        JonBJ 1 Reply Last reply
        0
        • M MyNameIsQt

          @SGaist Is there any other way to handle HTML and JS with MinGW? I am looking for an alternative to WebEngine for rendering web content in my application.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by
          #4

          @MyNameIsQt
          If you are wanting to display web pages you should be using QtWebEngine, and you will have to use MSVC compiler instead of MinGW under Windows.

          M 1 Reply Last reply
          1
          • JonBJ JonB

            @MyNameIsQt
            If you are wanting to display web pages you should be using QtWebEngine, and you will have to use MSVC compiler instead of MinGW under Windows.

            M Offline
            M Offline
            MyNameIsQt
            wrote on last edited by
            #5

            @JonB Thanks a lot.

            1 Reply Last reply
            0
            • M MyNameIsQt has marked this topic as solved on

            • Login

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