Adding webenginewidgets Issues.
Unsolved
General and Desktop
-
I'm using Qt Creator 10.0.0
Based on Qt 6.4.2 (MSVC 2019, X86_64)
I added the following to my project's .pro file:QMAKE_LFLAGS_WINDOWS += /NODEFAULTLIB:libcmt.lib QT += concurrent QT += widgets QT += webenginewidgets
Why does this error occur?
:-1: error: Project ERROR: Unknown module(s) in QT: webenginewidgets```
-
I'm using Qt Creator 10.0.0
Based on Qt 6.4.2 (MSVC 2019, X86_64)
I added the following to my project's .pro file:QMAKE_LFLAGS_WINDOWS += /NODEFAULTLIB:libcmt.lib QT += concurrent QT += widgets QT += webenginewidgets
Why does this error occur?
:-1: error: Project ERROR: Unknown module(s) in QT: webenginewidgets```
@MyNameIsQt
I don't know how it works for the online installer or Windows, but is QtWebEngine/Widgets an optional part for installing, i.e. are you sure you have it installed?Also, you only show that your Qt Creator was compiled with MSVC 2019. That says nothing about what Qt you are compiling against or what compiler you are using? If you use MinGW at all, or an MSVC older than 2017, it won't work and you will get this message.