If you install Qt SDK on Ubuntu Linux, you might get message of "You need a C++ compiler. Please install it using the System Package Management tools."
To install C++ compiler on Ubuntu, start Terminal and enter the command:
$sudo apt-get install g++