Hi All,

I had a setup wherein the Qt-4.5.1 and tslib-1.0 were installed properly in my ubuntu machine. Qt was integrated with eclipse IDE and I was able to develop applications and port it to my Blackfin board with uClinux as OS. The application was working fine in the target. To create a rich UI with animation, I downloaded and installed Qt-4.6.2 in my machine. I was able to develop the application but on porting it to the board, it is giving me "QWSTslibMouseHandlerPrivate: ts_open failed: No such file or directory" error. In the same set up applications developed with Qt-4.5.1 is working fine. So my doubt is..

1) Is there any compatibility issue with Qt-4.6.X and tslib-1.0?
2) Do we need to download any Qt or tslib related binary to the target. (uClinux image was already given to me. So i dont know whether the ppl who hav compiled might have copied some libraries to it or not)

Note: I compiled by tslib with no option for shared or static so by default it should be shared I guess. Also my Qt was compiled statically.

Please help me in resolving this.

Regards,
Siva