Try run a demo Qtopia application without desktop

vincenzo
Hi Everyone,

i'm new with mini2440 and Qtopia environments and now  i'm facing with some
problems. 
I'm using mini2440 with "Linux FriendlyARM 2.6.32.2-FriendlyARM" 
and qtopia 2.2 and i would like to run my Qt custom application without run
Qtopia desktop. Is it possible? 

I've tried to run an application already exist, example clock
/opt/Qtopia/bin/clock
and i get this error:
error while loading shared libraries: libqtopia2.so.2: cannot open shared
object file

Thx very much for any explanation,
Vincenzo

Pratik
You are missing some paths to export.
You can run Qt apps without loading the Qtopia.

Avinash
edit /bin/qtopia script and modify last line e.g.
if you wish to run clock; change last line to 
exec $QPEDIR/bin/clock -qws

This expects clock binary to be present in /opt/Qtopia/bin/

Hope this helps