¿Cómo puedo instalar QtWebEngine en Ubuntu?

Cuando un programa QML (por ejemplo, Ethereum,instalado desde el PPA en este caso) intenta

import QtWebEngine 1.0
import QtWebEngine.experimental 1.0

Entonces obtengo estos errores

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 está enQt 5.4 que es lo que he instalado

#> qmake --version
QMake version 3.0
Using Qt version 5.4.0 in /usr/lib/x86_64-linux-gnu

lo intentéconstruir QtWebEngine yo mismo pero sin alegría

#> 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) ¿Por qué no se instala QtWebEngine si está en Qt 5.4, quees instalado?

2) ¿Hay alguna forma de instalarlo que no sea construirlo yo mismo?

3) ¿Qué está mal con elgit clone ¿mando?

Gracias por leer. Estoy haciendo esto en Ubuntu 14.10.

Respuestas a la pregunta(2)

Su respuesta a la pregunta