Tuesday, July 9, 2013

Step-by-step for installing Qt on Ubuntu Linux

Check whether Qt has been installed on the target linux machine, by entering the following in the command prompt:
$qmake -help

If the target linux machine indicates no Qt is installed on the machine, proceed to install Qt by entering the following in the command prompt:
$sudo apt-get install libqt4-dev qt4-dev-tools

No comments:

Post a Comment