QtMobility Reference Documentation

flickr.qmlproject Example File

declarative-location/flickr/flickr.qmlproject
 import QmlProject 1.0

 Project {
     /* Include .qml, .js, and image files from current directory and subdirectories */
     QmlFiles {
         directory: "."
     }
     JavaScriptFiles {
         directory: "."
     }
     ImageFiles {
         directory: "."
     }
     /* List of plugin directories passed to QML runtime */
     // importPaths: [ " ../exampleplugin " ]
 }
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.