Not works QtWebEngine
Solved
QML and Qt Quick
-
Hi!
Not works QtWebEngine.
If I do this in .pro-file:QT += quick qml network positioning location webengine
I get error: Unknown module(s) in QT: webengine
If I do this in .pro-file:QT += quick qml network positioning location
and this in qml-file:
import QtWebEngine 1.9
I get error:
QQmlApplicationEngine failed to load component
qrc:/main.qml:7 module "QtWebEngine" is not installed
How to fix this? -
@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.