git - How can I install QtWebEngine on Ubuntu -


when qml program (e.g. ethereum, installed ppa in case) tries to

import qtwebengine 1.0 import qtwebengine.experimental 1.0 

then these errors

file:////usr/share/mist/qml/views/browser.qml:5 module "qtwebengine" not installed file:////usr/share/mist/qml/views/browser.qml:6 module "qtwebengine.experimental" not installed 

qtwebengine in qt 5.4 have installed

#> qmake --version qmake version 3.0 using qt version 5.4.0 in /usr/lib/x86_64-linux-gnu 

i tried build qtwebengine myself no joy:

#> git clone git@gitorious.org:qt-labs/qtwebengine.git cloning 'qtwebengine'... permission denied (publickey). fatal: not read remote repository.  please make sure have correct access rights , repository exists. 

1) why isn't qtwebengine installed if it's in qt 5.4, is installed?

2) there way install other building myself?

3) wrong git clone command?

thanks reading. i'm doing on ubuntu 14.10.

this specific ethereum , ethereum-qt ppa, being upgraded qt 5.4.0 5.4.1, takes many hours complete. apt-get update && apt-get upgrade , should fixed.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -