Hi,
I am using AM335x Processor based custom board i cross compiled ti-sdk-am335x-evm-07.00.00.00 ,Graphics_SDK_setuplinux_hardfp_5_01_01_01 and qt-everywhere-opensource-5.1.1. successfully and i copied all the required libraries in the /lib folder and linuxfb plugin in the platform folder.then my qt application GUI working fine.In my kernel touch screen driver is working fine and interrupts also generating fine and event is also generating for touch(event0) fine and ts_calibrate also working fine for touch.but if I run touch based qt application then GUI of the application working fine but touch is not working. i have already export all these variables .
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_TSDEVICE=/dev/input/event0
export TSLIB_PLUGINDIR=/usr/local/lib/ts
export QWS_MOUSE_PROTO='Tslib:/dev/input/event0'
./app -platform linuxfb -plugin Tslib
Here i am using tsc2013. Please guide me what should i take next step.