Hi,

I am working on qt 3.3.6. I am trying to setup touchscreen but it is not working.

I am using tslib. for touchscreen library. I have used following command for configuration.

/configure -qt-mouse-linuxtp -qt-mouse-tslib -L/tslib/lib -lts -I/tslib/include

and set up following exports on board.

export TSLIB_TSDEVICE=/dev/input/event0
export TSLIB_CONFFILE=/usr/local/etc/ts.conf
export TSLIB_PLUGINDIR=/usr/local/lib/ts
export QWS_MOUSE_PROTO=Tslib:/dev/input/event0

i am able to run all the examples given in the tslib/bin
But i am not able to run the QT application with TouchScreen.

Please help me for the same.

Thanks & Regards
Dhaval