Oh.. heh yeah missing libjpeg62 was my issue as well. Damned :p
Using JPEG textures is rather essential in a mobile app since they load way faster and as the Qt resources are built into the binary, makes app load way faster.. so I wanted to be able to continue to use JPEGs on the development desktop environment as well.
Good call about checking that with ldd.
M