[maemo-developers] QtQuick not present in PR1.3
From: Alberto Mardegan mardy at users.sourceforge.netDate: Fri Nov 12 17:36:53 EET 2010
- Previous message: Package blocked in the autobuilder queue : khweeteur-experimental
- Next message: QtQuick not present in PR1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
did anyone try to run QtQuick applications in PR1.3?
I wrote sample.qml with these contents:
=====
import QtQuick 1.0
Rectangle {
id: page
width: 500; height: 200
color: "lightgray"
Text {
id: helloText
text: "Hello world!"
y: 30
anchors.horizontalCenter: page.horizontalCenter
font.pointSize: 24; font.bold: true
}
}
=====
But then when I try to run it:
=====
Nokia-N900:~$ qmlviewer sample.qml
file:///home/user/sample.qml:1:1: module "QtQuick" is not installed
import QtQuick 1.0
^
=====
Am I missing some packages? I think I've installed all Qt packages.
Ciao,
Alberto
--
http://blog.mardy.it <- geek in un lingua international!
- Previous message: Package blocked in the autobuilder queue : khweeteur-experimental
- Next message: QtQuick not present in PR1.3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
