http://wiki.maemo.org/Documentation/...Qt_application Hi, I'm following the above tutorial to build a Qt application with accelerometer support on N900. After some hacks I got this application running in the scratchbox but when I try to run on device the follow error occurs: "error while loading shared libraries: libdevornot-qt-maemo.so.1: cannot open shared object file : No such file or directory"... I did not build and copy the library for the device yet... For the final installation file, do I need to build a fully static application with Qt and all shared libraries? Is there another way to get accelerometer support with Qt on Maemo? Thanks in advance.