Hi,

2011/8/18 mece <mec...@gmail.com>:
> I'm trying to get a QtQuick app I made for Harmattan to work on N900 with
> qmlviewer, and ran into some trouble.
> [...]
> Here's the error message:
> file:///home/user/tmp/qml/main.qml:1:1: plugin cannot be loaded for module
> "QtQuick": Cannot load library
> /usr/lib/qt4/imports/QtQuick/libQtQuickCompat.so:
> (/usr/lib/qt4/imports/QtQuick/libQtQuickCompat.so: undefined symbol:
> _ZNK21QDeclarativeListModel4dataEiRK5QListIiE)

You have the Qt Quick Compatibility module installed (the one that
allows you to "import QtQuick 1.0" even on 4.7.0). It's part of the
"mcsp" package:

http://maemo.org/packages/view/mcsp/

The problem is that your libQtQuickCompat.so is compiled against a
different version of Qt (that's why you get the "undefined symbol"
error). Try removing this package (and "qtquickcompat" if it's
installed) and it should work again - or at least not fail with that
error :)

HTH.
Thomas
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to