When I started make (after qmake started), I get the following error:
/usr/bin/ld: cannot find -lQtGui /usr/bin/ld: cannot find -lQtCore
In synaptic, this shows that I installed libqtcore4 and libqtgui4.
There is no directory like / usr / bin / ld.
Basically, I installed QtSDK, and QtCreator seems to work just fine in that it can create a hello world program. But I want to be able to work with the CLI and run make. I suspect that I may need to redirect the make program to look elsewhere for QtGui and QtCore. If so, how do you find out where these libraries are? I am running Ubuntu 12.04 and I have followed the advice of this page http://www.qtforum.org/article/28081/installing-qt-4-5-2-on-linux.html up to the last section, where he talks about libraries. Any suggestions?
source share