gaberudy / qt-msvc-installer

Automatically exported from code.google.com/p/qt-msvc-installer
0 stars 0 forks source link

SVG not supported #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
Thank you to support Qt with VS2008. That's really useful.

I unfortunately have a problem with the graphic formats.
The QImageReader::supportedImageFormats() function returns bmp, pbm, pgm, png, 
ppm, xbm and xpm.

So no SVG ( or JPG ).

As a comparaison, the VS2010 officially supported version ( still 4.8.4 ) 
returns bmp, gif, ico, jpeg, jpg, mng, pbm, pgm, png, ppm, svg, svgz, tga, tif, 
tiff, xbm and xpm.

It also lacks the qm translation files. But I could generate myself using 
lrelease translations.pro

Original issue reported on code.google.com by hesseb...@gmail.com on 20 May 2013 at 2:05