Changing QT_PLUGIN_PATH to include the plugins directory (i.e. /opt/qt4-maemo5/plugins) will probably get you up and running.
You're right. Changing my plugin path to the following seems to help. I formerly had it to /opt/qt4-maemo5 because that worked fine for the sensors examples. I still have the following issue though: QMediaPluginLoader: Failed to load plugin: "/opt/qt4-maemo5/plugins/mediaservice/libqtmedia_v4lengine.so" "The plugin '/opt/qt4-maemo5/plugins/mediaservice/libqtmedia_v4lengine.so' uses incompatible Qt library. Expected build key "armv6 linux g++-4 full-config", got "arm linux g++-4 full-config"" Why does my scratchbox produce a different build key? How would I change this? Most likely you have a different build of Qt to the one installed at /opt/qt4-maemo5 in your PATH and the wrong version of qmake is being used by configure. You'll need to prepend /opt/qt4-maemo5/bin to PATH and do a new build of QtMobility.
_______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
