hi,

I experience following error on making Qt application
/************************************************** */
[root@localhost trial]# make
/root/qt-2.3.2/bin/uic trial.ui -o trial.h
/root/qt-2.3.2/bin/uic trial.ui -i trial.h -o trial.cpp
g++ -c -pipe -Wall -W -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I/root/qt-2.3.2/include -o trial.o trial.cpp
/root/qt-2.3.2/bin/moc trial.h -o moc_trial.cpp
trial.h:0: Warning: No relevant classes found. No output generated.
g++ -c -pipe -Wall -W -O2 -g -pipe -march=i386 -mcpu=i686 -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib/qt-3.1/mkspecs/default -I. -I. -I/root/qt-2.3.2/include -o moc_trial.o moc_trial.cpp
g++ -o trial trial.o moc_trial.o -L/root/qt-2.3.2/lib -L/usr/X11R6/lib -lqt-mt -lXext -lX11 -lm
/usr/bin/ld: cannot find -lqt-mt
collect2: ld returned 1 exit status
make: *** [trial] Error 1
[root@localhost trial]#
/*88*************************************/

plz tell what should be changed to correct this error...]


Regards,
Mahe2310