Exellent! Compiles real good ! Thanks!
On October 6, 2001 01:10 am, you wrote:
> hi friends,
>
> i want to make it more clear.
> even if path is not working, first check out where
> QT include files and lib iles are installed in the
> system. after u did so check out the following
> compilation
> explicitly.so try this ..
>
> $g++ filename.cpp -o filename
> -I/usr/lib/qt-2.2.0/include -L/usr/lib/qt-2.2.0/lib
> -lqt
>
> $./filename
>
> : ) this should work out , if not please let me know.
>
> ok bye 4 now
>
> kishore.
>