Not works QtWebEngine
-
Hi!
Not works QtWebEngine.
If I do this in .pro-file:QT += quick qml network positioning location webengineI get error: Unknown module(s) in QT: webengine
If I do this in .pro-file:QT += quick qml network positioning locationand this in qml-file:
import QtWebEngine 1.9I get error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:7 module "QtWebEngine" is not installed
How to fix this? -
Hi!
Not works QtWebEngine.
If I do this in .pro-file:QT += quick qml network positioning location webengineI get error: Unknown module(s) in QT: webengine
If I do this in .pro-file:QT += quick qml network positioning locationand this in qml-file:
import QtWebEngine 1.9I get error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:7 module "QtWebEngine" is not installed
How to fix this?@Mikeeeeee It would be great if you detail which version of Qt Kit you are using (not Qt Creator!)
And then, check if you have select Qt Web Engine to be installed, for example I don't have select it:

-
@Mikeeeeee said in Not works QtWebEngine:
but how does it compile for android and iOS?
According to documentation https://doc.qt.io/qt-5/qtwebengine-platform-notes.html#, Android is not supported.