qt-sdk software package provides Complete Qt Software Development Kit, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install qt-sdk
qt-sdk is installed in your system.
Make ensure the qt-sdk package were installed using the commands given below,
$ sudo dpkg-query -l | grep qt-sdk *
You will get with qt-sdk package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | qt-sdk |
| Version | 2ubuntu3 |
| Description | Complete Qt Software Development Kit |
| Sub Section | devel |