Hi,<br><br>You have to use "import Qt 4.7". Import Qt Quick 1.0 is just
available in Qt 4.7.1 and on the device is Qt 4.7.0 installed. But no
additional packages needed.<br><br>Cheers Daniel<br><br><br><br><div class="gmail_quote">2010/11/12 Alberto Mardegan <span dir="ltr"><<a href="mailto:mardy@users.sourceforge.net">mardy@users.sourceforge.net</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi all,<br>
did anyone try to run QtQuick applications in PR1.3?<br>
<br>
I wrote sample.qml with these contents:<br>
<br>
=====<br>
import QtQuick 1.0<br>
<br>
Rectangle {<br>
id: page<br>
width: 500; height: 200<br>
color: "lightgray"<br>
<br>
Text {<br>
id: helloText<br>
text: "Hello world!"<br>
y: 30<br>
anchors.horizontalCenter: page.horizontalCenter<br>
font.pointSize: 24; font.bold: true<br>
}<br>
}<br>
=====<br>
<br>
But then when I try to run it:<br>
<br>
=====<br>
Nokia-N900:~$ qmlviewer sample.qml<br>
file:///home/user/sample.qml:1:1: module "QtQuick" is not installed<br>
import QtQuick 1.0<br>
^<br>
=====<br>
<br>
Am I missing some packages? I think I've installed all Qt packages.<br>
<br>
Ciao,<br>
Alberto<br><font color="#888888">
<br>
<br>
-- <br>
<a href="http://blog.mardy.it" target="_blank">http://blog.mardy.it</a> <- geek in un lingua international!<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org" target="_blank">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</font></blockquote></div><br>