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. [Makefile:96: sub-configurateur-make_first] Error 3
Forum Update on Monday, May 27th 2025

[Makefile:96: sub-configurateur-make_first] Error 3

Scheduled Pinned Locked Moved Solved QtWebEngine
5 Posts 3 Posters 931 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.
  • A Offline
    A Offline
    Anadeha
    wrote on last edited by
    #1

    I'm a trainee in a company and I've been asked to find out why there are errors when compiling the code for their application.
    I searched the internet but I couldn't find out how to solve the problem.
    When I configure the project, there is an exclamation mark in the Android kits.

    Capture 1.PNG
    When I click on configure I come across things that are missing.
    Capture 2.PNG

    When I press configure project and compile, I get this error:
    Project ERROR: Unknown module(s) in QT: webenginewidgets
    mingw32-make: *** [D:/Users/josephine/Documents/GitHub/build-EconnecteurMaster-Desktop_Qt_5_13_2_MinGW_32_bit-Debug/Makefile:89: sub-configurateur-qmake_all] Error 3
    14:18:49: The process "C:\bin\Qt\Tools\mingw730_32\bin\mingw32-make.exe" exited with code 2.
    Error while building/deploying project EconnecteurMaster (kit: Desktop Qt 5.13.2 MinGW 32-bit)
    When executing step "qmake"

    Can you help me please?

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

      Hi and welcome to devnet,

      Your situation is not clear. You show Android related errors yet you are building your application using MinGW. So which is the correct situation ?

      In any case, QtWebEngine is neither available on Android (platform restriction) nor for MinGW (chromium restriction).

      If you want to use QtWebEngine on Windows, you'll have to switch to Visual Studio.

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

      A 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi and welcome to devnet,

        Your situation is not clear. You show Android related errors yet you are building your application using MinGW. So which is the correct situation ?

        In any case, QtWebEngine is neither available on Android (platform restriction) nor for MinGW (chromium restriction).

        If you want to use QtWebEngine on Windows, you'll have to switch to Visual Studio.

        A Offline
        A Offline
        Anadeha
        wrote on last edited by
        #3

        @SGaist Okay, sorry I'm new to Qt, there are some things I don't really understand so it's hard for me to explain properly.
        So if I select MinGW, I don't need to worry about errors on Android?
        It means that my problem comes from the fact that I can't use QtWebEngine with MinGW?
        If that's what you said then thank you very much.

        jsulmJ 1 Reply Last reply
        0
        • A Anadeha

          @SGaist Okay, sorry I'm new to Qt, there are some things I don't really understand so it's hard for me to explain properly.
          So if I select MinGW, I don't need to worry about errors on Android?
          It means that my problem comes from the fact that I can't use QtWebEngine with MinGW?
          If that's what you said then thank you very much.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Anadeha said in [Makefile:96: sub-configurateur-make_first] Error 3:

          So if I select MinGW, I don't need to worry about errors on Android?

          You can't use MinGW to build for Android.

          "It means that my problem comes from the fact that I can't use QtWebEngine with MinGW?" - yes, you jave to use Microsoft C++ compiler delivered with Visual Studio or Build Tools from Microsoft.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          A 1 Reply Last reply
          1
          • jsulmJ jsulm

            @Anadeha said in [Makefile:96: sub-configurateur-make_first] Error 3:

            So if I select MinGW, I don't need to worry about errors on Android?

            You can't use MinGW to build for Android.

            "It means that my problem comes from the fact that I can't use QtWebEngine with MinGW?" - yes, you jave to use Microsoft C++ compiler delivered with Visual Studio or Build Tools from Microsoft.

            A Offline
            A Offline
            Anadeha
            wrote on last edited by
            #5

            @jsulm Thank you very much

            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