qt executable

Liran R
Hello
I have some problems i can figure out.
I am using hawkboard, which have ARM processor, and i want to lunch qt
application on it.
I downloaded the qt-everywhere-opensource-src-4.6.2 and the configure i
wrote is:

./configure -embedded arm -xplatform qws/linux-arm-g++ -prefix /home/Qt
-little-endian -no-webkit -no-qt3support -no-cups -no-largefile
-optimized-qmake -no-openssl -nomake tools

after that "make" and as a root user "make install"

now, how can i lunch the very simple "hello world" on the hawkboard?
what do i need to do?