[Qt-qml] Problems using Qt Quick Components on Ubuntu
a.grandi at gmail.com
a.grandi at gmail.com
Tue Jun 28 23:28:26 CEST 2011
Hi all,
after reading Kate's post available here:
http://www.developer.nokia.com/Community/Blogs/blog/kate-alholas-forum-nokia-blog/2011/06/23/nokia-meego-1.2-harmattan-qt-quick-components
I tried using these components under Ubuntu 10.10.
I installed components using these commands:
sudo apt-add-repository ppa:forumnokia/fn-ppa
sudo apt-get update
sudo apt-get install qt-components-dev qt-components-examples
and all proceeded without any error.
Then I opened the Flickr example project available here:
http://qt.gitorious.org/qt-components/qt-components/trees/master/demos/flickr
and I modified the import lines to reflect the version available on
Ubuntu, so I used:
import QtQuick 1.0
import com.nokia.meego 1.0
in every .qml file.
Trying to run the application, with Desktop target selected, I get this error:
Starting /home/andrea/Documents/sviluppo/qt-components/demos/flickr-build-desktop/flickr...
qrc:/qml/flickr.qml:42:1: module "com.nokia.meego" is not installed
How can I fix this? What's wrong?
Thanks for your help!
--
Andrea Grandi - Nokia Qt Ambassador
website: http://www.andreagrandi.it
More information about the Qt-qml
mailing list