hii friends

in my kdevelop project i m getting a very unusual error. the project is a Qt project with one dialog and in Qt the project file and main file are made. then compiled from the terminal using qmake *.pro .....fine . the exe is running and has no errors.

i have then included this in kdevelop. the ui file, ui.h file and the .h file of this project has been included in kdevelop. everything is done without any errors. all the possible changes are also made.

it gives no error when i compile or configure. but as soon as i do make it gives the following error :

/usr/bin/ld : cannot find -lqt-mt
collect2 : ld returned 1 exit status

can anyone please tell me what does this mean??
a similar project in kdevelop is running fine but this project is not.

this file -lqt-mt exists nowhere in /usr/local/qt/lib where i have installed Qt3.3.0 manually.
it even doesnt exist in usr/lib/qt-3.1/lib where the Qt3.1 have been installed bydefault with RH9 installation.


i have set the environment variables like PATH, LD_LIBRARY_PATH..etc so that is not a problem. when i give 'set' command in the then it shows the new path of Qt which i have set. so setting environmental variables is not an issue.

please tell me what to do with this kind of error..



thanks and regards....

shamik