如何在Ubuntu上安装QtWebEngine

spr*_*aff 6 git ubuntu qt qml qtwebengine

当QML程序(例如,在这种情况下从PPA安装的以太坊)尝试

import QtWebEngine 1.0
import QtWebEngine.experimental 1.0
Run Code Online (Sandbox Code Playgroud)

然后我得到这些错误

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
Run Code Online (Sandbox Code Playgroud)

QtWebEngine在Qt 5.4中,这是我安装的

#> qmake --version
QMake version 3.0
Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu
Run Code Online (Sandbox Code Playgroud)

我试着自己建立QtWebEngine,但没有快乐:

#> git clone git@gitorious.org: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.
Run Code Online (Sandbox Code Playgroud)

1)如果是使用Qt 5.4,它为什么没有QtWebEngine安装安装?

2)除了自己构建之外,有没有办法安装它?

3)git clone命令有什么问题?

谢谢阅读.我在Ubuntu 14.10上这样做.

cak*_*tux 3

这是特定于以太坊和 ethereum -qt PPA 的,它正在从 Qt 5.4.0 升级到 5.4.1,这需要几个小时才能完成。一切都apt-get update && apt-get upgrade应该解决。