When I run make (after running qmake) I get the following error:
/usr/bin/ld: cannot find -lQtGui /usr/bin/ld: cannot find -lQtCore
In syna
Install Qt using apt-get
sudo apt-get install libqt4-core libqt4-gui
or if you want everything
sudo apt-get install libqt4-*