hi,

I have written a helloworld program in QT and its running in Desktop. And i tried to run in target board it giving the following error

#./helloworld
~sh:./helloworld not found

i used the below procedure to create binary for target board

qmake -project
qmake
then edit the CC to uclibc in Makefile
make

In target board thQT4.7.3 have installed and shared libraries are there in /usr/lib

Could you please tell me what i am missing in this procedure.

Thanks in Advance

Regards.
vinith