Wie kann ich QtWebEngine unter Ubuntu installieren?
Wenn ein QML-Programm (z. B. Ethereum,installiert von der PPA in diesem Fall) versucht,
import QtWebEngine 1.0
import QtWebEngine.experimental 1.0
Dann bekomme ich diese Fehler
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 ist inQt 5.4 das ist was ich installiert habe
#> qmake --version
QMake version 3.0
Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu
Ich versuchte zubuild QtWebEngine mich aber keine Freude:
#> git clone [email protected]:qt-labs/qtwebengine.git
Cloning into 'qtwebengine'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
1) Warum ist QtWebEngine nicht installiert, wenn es in Qt 5.4 is ist Eingerichtet
2) Gibt es eine andere Möglichkeit, es zu installieren, als es selbst zu erstellen?
3) Was ist los mit demgit clone
Befehl
Danke fürs Lesen. Ich mache das auf Ubuntu 14.10.