On Aug 27, 2010, at 10:25 AM, ext [email protected] wrote: > On 26. aug. 2010, at 12.37, ext Robinson, David wrote: <snip> >> Now when the app runs the QML is loaded the multimedia import is located & >> the backends are found but even though I have included the imports for >> ‘imageformats’, I get ‘image format unsupported’ errors for all jpg images >> when the QML loads the RssModel delegates. >> >> Does anybody know what needs to be deployed to support QML jpg image formats? > > see above, plus http://doc.qt.nokia.com/4.7-snapshot/qt-conf.html
You might also want to try to "deploy" the image viewer example from $QTDIR/examples/widgets/imageviewer and see if it correctly shows images you open. Most likely it's simply a matter of the jpeg plugin not being able to resolve a dependency. Cheers, Henrik _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
