When a QML program (e.g. Ethereum installed from PPA in this case) tries
import QtWebEngine 1.0 import QtWebEngine.experimental 1.0
Then i get these errors
file:////usr/share/mist/qml/views/browser.qml:5 module "QtWebEngine" is not installed file:////usr/share/mist/qml/views/browser.qml:6 module "QtWebEngine.experimental" is not installed
QtWebEngine is in Qt 5.4 , which I installed
#> qmake --version QMake version 3.0 Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu
I tried to create QtWebEngine myself , but without joy:
1) Why is QtWebEngine not installed if it is installed in Qt 5.4, which is installed?
2) Is there a way to install it, except to create it yourself?
3) What is wrong with the git clone command?
Thank you for reading. I am doing this on Ubuntu 14.10.
source share