QT program start command

Usama Masood
I tried to compile a QT program i don't know how to run it on the board.
I tried ./xxx/xxx there is qwserver error so it tried ./xxx/xxx -qws 
it ran the program but the touch pad was not responsive is there a guide
for running arguments for QT programs.

davef
cd /usr/bin ; ./arora -qws fn helvetica

- cd to the directory where the program is
- ; 
- ./arora
- -qws
- font helvetica

I'd suggest trying the left-hand top <search> button and look for
touchscreen.  Seems a lot of people have trouble getting the touchscreen to
work with their Qt applications.

http://www.sereno-labs.com/qt-4-6-2-installation-procedure-for-friendlya...

might be useful.

Dave

Usama Masood
The program runs fine in QT launcher but not from console .......
How can i add new programs to the QT launcher?