Qt application run error on mini2440

rahul s
Attachment: error1.pdf (131.12 KB)
Hi,
   I compile Qt application on system and I transfer application on
mini2440 also I transfer tslib and Qt/lib files in usr/local folder.
but still I got error in running application.
please suggest some solution on this.
With regard,
rahul.

Holger
What kind of error? What is the exact error message?

sushant
R u set env variable 
export QTDIR=/usr/local/Qt
export TSLIB_CALIBFILE=/etc/pointercal
export TSLIB_CONFFILE=/etc/ts.conf
export TSLIB_CONSOLEDEVICE=none
export TSLIB_FBDEVICE=/dev/fb0
export TSLIB_PLUGINDIR=/usr/local/tslib/lib/ts
export TSLIB_TSDEVICE=/usr/local/tslib/lib/ts
export TSLIB_TSEVENTTYPE=INPUT

Juergen Beisert
sushant: these environment variables parametrize the touchscreen library,
but they do not help to make an application able to find this library.