[maemo-developers] QtComponents and qmlviewer on N900
From: mece mece66 at gmail.comDate: Thu Aug 18 12:07:10 EEST 2011
- Previous message: Fwd: Debian derivatives census: missing SHA-1 hashes
- Next message: QtComponents and qmlviewer on N900
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello I'm trying to get a QtQuick app I made for Harmattan to work on N900 with qmlviewer, and ran into some trouble. I've done the following: apt-get install qt-components qt-components-base-icons qtquickcompat then this where I have the qml files: sed -i 's/QtQuick 1.1/QtQuick 1.0/g' *.qml But when I try to launch it I get qmlviewer didn't find the components directly, but with -I /usr/lib/qt4/imports/ it finds them. But the import QtQuick 1.0 however crashed. so I did sed -i 's/QtQuick 1.0/Qt 4.7/g' *.qml but then the import QtQuick 1.0 crashed in the Components. 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) import QtQuick 1.0 ^ I don't get the QtQuick crash if I omit the -I, but then it can't find the components module. I use import com.meego 1.0 btw. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20110818/d0bf6947/attachment.htm>
- Previous message: Fwd: Debian derivatives census: missing SHA-1 hashes
- Next message: QtComponents and qmlviewer on N900
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]