in ubuntu 12.04 make cannot find Qt libraries
问题 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 synaptic it shows that I have installed libqtcore4 and libqtgui4. There is no such directory as /usr/bin/ld. Basically, I've installed the QtSDK, and QtCreator seems to work fine in that it can build the hello world program. But I want to be able to work from the CLI and run make. I suspect that I may need to redirect the make program to look elsewhere for