Project ERROR: Unknown module(s) in QT: webenginewidgets
-
Hello All,
Hello All,
I downloaded and installed Qt 5.14(offline) from the following location.
http://download.qt.io/archive/qt/5.14/5.14.0/
File:qt-opensource-windows-x86-5.14.0.exe
The issue is when I try to run a program using webengine widget, it gives the following error:
Project ERROR: Unknown module(s) in QT: webenginewidgets -
Hello All,
Hello All,
I downloaded and installed Qt 5.14(offline) from the following location.
http://download.qt.io/archive/qt/5.14/5.14.0/
File:qt-opensource-windows-x86-5.14.0.exe
The issue is when I try to run a program using webengine widget, it gives the following error:
Project ERROR: Unknown module(s) in QT: webenginewidgets -
Hi,
IIRC, QtWebengine is a separate selection in the installer. Did you check that ?
Also, it's not available for all compilers and architectures due to chromium's constraints. Which compiler are you using ? -
Hi,
IIRC, QtWebengine is a separate selection in the installer. Did you check that ?
Also, it's not available for all compilers and architectures due to chromium's constraints. Which compiler are you using ? -
Since you are trying to install Visual Studio, where you using MinGW before ? AFAIK, chromium does not support it.
-
Since you are trying to install Visual Studio, where you using MinGW before ? AFAIK, chromium does not support it.
-
Did you get your setup working ?
-
@SGaist: Yes I tried to run other programs they are working fine.
Yesterday I installed Qt 5.13 and tried to run the program it is giving me the same error.
I have checked to install the Qt web widget during installation.
Is it the issue with msvc-2015 64 bit compiler. -
Might be a silly question but isn't that version of web engine only available for VS2017 ?
-
It's in the documentation of the Qt version you are using.
-
@SGaist :
Hey, i saw that in the documentation.
I am not trying to build qt from the source.
Leaving the visual studio stuff aside, I followed the following approch:
I downloaded the qt offline installer from the above location.
I installed the msvc2015 64 bit version. Included qt WebKit and other stuffs during installation.
I launched the qt creator and tried to run the sample WebKit program and started getting the error, as mentioned earlier.