Qt 4.6 installed, and now let's run some application!

Diego
i've download the tslib and i have installed following this guide.

http://projektender.blogspot.com/

i have cross-compiled the qt for arm follow this other guide.

http://www.qt-italia.org/tutorials/installazione-qt-462-su-target-arm-sc...

now i have a folder called Qt in /usr/local, i think is the qt for arm.

i have created an application with qtcreator with Gui I do this:


$ cd /usr/local/Trolltech/QtEmbedded-4.6.3-arm/lib/ 
$ ln -s /home/stud/apps/tslib_arm/lib/libts-0.0.so.0 libts-0.0.so.0


myProjDir$ ~/apps/qt-everywhere-opensource-src-4.6.3/bin/qmake -project
myProjDir$ ~/apps/qt-everywhere-opensource-src-4.6.3/bin/qmake myProjDir$
make

./MyAppName –qws

then return the error

./Prova: error while loading shared libraries: libts-0.0.so.0: cannot open
shared object file: No such file or directory

on the friendlyarm run qtopia 2.2 how can i update to the 4.6?
what i have to do now with the /usr/local/Qt folder?

Thanks for the reply.

Diego
i've solved. now the application run, i've found were to put the lib!

now i 've another problem if i run myapp -qws the app appear but the
touchscreen don't work

tslib were crosscompiled before the installation of Qt!

what i have to do?!

davef
I suggest that you go to:

http://billforums.station51.net/viewtopic.php?f=8&t=15&p=331#p331

and ask Nandy if he would provide you with his arora.sh script or post it. 
He seems to be handling all the tslib stuff properly.

Dave