View Single Post
Posts: 143 | Thanked: 99 times | Joined on Jun 2009 @ Houston
#21
Originally Posted by Diph View Post
You have added CONFIG+=mobility and MOBILITY+=location etc. to pro-file?

Nokia SDK comes with QtMobility but the version in SDK differs to the version in the phone. You can get new version of MADDE and use it in QtCreator (Options -> Qt4 -> Add new version -> MADDE_PATH/0.6.72/targets/fremantle-pr12/bin/qmake).
dumb me, I was trying to compile for the simulator, which doesn't have mobility installed. Anyway, now that I am compiling directly for the N900, I just can't run my apps. They build fine but when i try to run then I get:

Code:
error while loading shared libraries: libQtMedia.so.1: cannot open shared object file: No such file or directory
which of course means I probably don't have qtMobility installed or something of that sort. So, the question now is: Should I install Mobility from devel or from tools?
Or maybe just install qt-mobility-examples?

Thanks