how to run qte-4.6.3 application on desktop

Sanket Mahajan
need help for running an app on desktop.
i have installed Linux 2.6.32 with tool-chain 4.3.2 and QTE-4.6.3.
i have successfully compiled the tool-chain, Linux and qte.

Young
Compile your Qt projects with the tool-chain.You can use the Qt-IDE to
create the projects.

Ari Romero
the way to "run it" is just: 

# export QWS_MOUSE_PROTO=Tslib:/dev/input/event0
# ./application -qws  (so it starts as graphic server by itself)

Let me know if that is what you needed or you still in the previous
steps... 

I played a bit around this and I had to:

- configure QT SDK
- configure QT Creator IDE
- compile application
- configure the board

Sanket Mahajan
Hello,

Thanks Young and Ari Romero for the valuable help!!!!!!!!!!
That should fix the problem!!!!!!

With Regards
Sanket