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
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Solved QtWebEngine
5 Posts 3 Posters 917 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 29 Sept 2020, 12:34 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
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 29 Sept 2020, 19:04 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 30 Sept 2020, 07:20
      1
      • S SGaist
        29 Sept 2020, 19:04

        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 30 Sept 2020, 07:20 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.

        J 1 Reply Last reply 30 Sept 2020, 07:22
        0
        • A Anadeha
          30 Sept 2020, 07:20

          @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.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 30 Sept 2020, 07:22 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 30 Sept 2020, 07:53
          1
          • J jsulm
            30 Sept 2020, 07:22

            @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 30 Sept 2020, 07:53 last edited by
            #5

            @jsulm Thank you very much

            1 Reply Last reply
            0

            2/5

            29 Sept 2020, 19:04

            • Login

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