On 11/12/2013 12:13 PM, Paul Olav Tvete wrote: > On Monday 11 November 2013 17:19:43 Guido Seifert wrote: >>> 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". > Which version of Qt is this? It works for me with QT += svg only, with the > latest dev branch.
Fixed by this: https://codereview.qt-project.org/#change,70698 So it's been working for several days already ;) -- Eskil _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
