Project ERROR: Unknown module(s) in QT: webengine
-
wrote on 14 Mar 2022, 12:11 last edited by Mehmet Uysal
-
Hi and welcome to devnet,
Any chances that you are using the MinGW compiler ?
-
wrote on 16 Mar 2022, 14:31 last edited by Mehmet Uysal
-
You want to use the webengine module in a WASM application ?
-
wrote on 17 Mar 2022, 16:31 last edited by
erm no. o_O i was just trying to run the example.
I didn't choose webassembly kit. Now i'm trying to run another example with mingw and it also says "no module named web engine". -
erm no. o_O i was just trying to run the example.
I didn't choose webassembly kit. Now i'm trying to run another example with mingw and it also says "no module named web engine".wrote on 17 Mar 2022, 19:20 last edited by- I don't think web engine will work in a WASM application, or at least there might be problems/special requiremenmts.
- If you compile Qt with MinGW you cannot use web engine. If you are Windows you would need to use MSVC if you want web engine.
-
The MSVC constraint comes from the chromium engine that powers the QtWebEngine volume.
-
I'm new to qt creator.
i believe you're asking this;
i'm using web assembly kit with emscripten for the project
build
wrote on 9 Mar 2023, 10:14 last edited by@Mehmet-Uysal Hi Mehmet.
Did you find a solution for this? I have the exact same problem. The following below is my settings. I have also included it in .pro and main.cpp
-
@Mehmet-Uysal Hi Mehmet.
Did you find a solution for this? I have the exact same problem. The following below is my settings. I have also included it in .pro and main.cpp