After hearing so many good things about Qt, I decided to learn it. So I fired up the tutorials and typed in the first tutorial program. When I tried to compile it like so:
gcc -I"/usr/lib/qt-2.3.1/include" qt1.cpp
I got a bunch of errors about it not finding certain classes and constructors. Any idea what's wrong?
Cheers,
cgkanchi