Hi, i use the Qt Sdk 1.1(tech preview) with this code:
I get this error:Code:import Qt 4.7 import QtMultimediaKit Rectangle { width: 360 height: 360 Audio{ id:song source:"gue2.mp3" } MouseArea { anchors.fill: parent onClicked: { song.play() } } }
I tried also withLibrary import requires a version
but i get another error:Code:import QtMultimediaKit1.1
module "QtMultimediaKit1" is not installed




