Project ERROR: Unknown module(s) in QT: webengine
-
I downloaded qt and checked the web engine option.
web engine is installed.
But when i try to run an example project from qt named "WebEngine Qt Quick Minimal Example" it raises the error;:-1: error: Project ERROR: Unknown module(s) in QT: webengine
I've check .pro and main.cpp;
-
Hi and welcome to devnet,
Any chances that you are using the MinGW compiler ?
-
I'm new to qt creator.
i believe you're asking this;
i'm using web assembly kit with emscripten for the project
build
-
You want to use the webengine module in a WASM application ?
-
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".- 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
@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