La solución inicial era ésta. Añadíamos el PPA y instalábamos según el siguiente esquema:
sudo apt-add-repository ppa:canonical-qt5-edgers/qt5-proper
sudo apt-get update
sudo apt-get install qt-sdk
Pero en el momento actual -i la misma mateixa terminal nos lo indica como podéis ver-, la mejor es ésta:
You are about to add the following PPA to your system:
*******************************
THIS PPA IS NOW OBSOLETE. YOU NEED ONLY THE FOLLOWING UBUNTU SDK RELEASE PPA:
https://launchpad.net/~ubuntu-sdk-team/+archive/ppa
(apt-add-repository ppa:ubuntu-sdk-team/ppa)
*******************************
More info: https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-proper
La solución, comprobada, perite instalar las dos últimas versiones (4.8 i 5) y mejorar la compilación. Es mejor, por tanto parar la acción anterior con CTLR+C y entrar en terminal:sudo apt-add-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install qt-sdk
Ahora, a hacer sudar la máquina con las compilaciones. Hasta luego.