>-----Original Message----- >From: [email protected]
>I have download last qt-mobility git and it seems that all qt-mobility >examples relating to map qml is no more working. I have tryed to launch >the software I've done that was working 1 month ago and I have the >following warning in Qml :"Map is not a type". Is it a known bug or I >have troubles in my installation ? The QML version tag for the Maps and as a matter of fact other maps related QML elements was recently changed to 1.2. The QML maps API was the only QML API in Mobility 1.1. for which we did not give any compatibility guarantee. This was documented under: http://doc.qt.nokia.com/qtmobility-1.1.0/location-overview.html#qml-support (bottom of the page) We did a quick test and the API hasn't changed too much in the areas used by the 1.1 examples. You should be able to just change your import statement to 1.2 -- Alex _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
