> Can I ask a very silly question? OK. How do you compile something simple 
> like this? All my work has been on projects that already have Makefile 
> stuff installed.

 g++ -I/usr/include/qt4  -L/usr/lib/qt4 -lQtCore -lQtGui file.cc -o file

Reply via email to