> It's a feature. :) To reduce the size of the package, we only deploy the > libraries that we know are necessary. Adding "QT += svg" to the .pro file of > your application should enable support for svg files. It does not. But it is a known bug. Already reported. "QT += svg" is NOT sufficient. Currently it must be "QT += svg xml". Guido