当 QML 程序(例如以太坊,在这种情况下从 PPA 安装)试图
import QtWebEngine 1.0
import QtWebEngine.experimental 1.0
然后我得到这些错误
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 在我安装的Qt 5.4中
#> qmake --version
QMake version 3.0
Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu
我尝试自己构建 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.
1) QtWebEngine 如果安装在 Qt 5.4 中,为什么不安装?
2)除了自己构建之外,还有其他方法可以安装它吗?
3)git clone
命令有什么问题?
谢谢阅读。我在 Ubuntu 14.10 上这样做。