diff -r 000000000000 -r 1918ee327afb src/plugins/imageformats/imageformats.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/plugins/imageformats/imageformats.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,8 @@ +TEMPLATE = subdirs + +!contains(QT_CONFIG, no-jpeg):SUBDIRS += jpeg +!contains(QT_CONFIG, no-gif):SUBDIRS += gif +!contains(QT_CONFIG, no-mng):SUBDIRS += mng +contains(QT_CONFIG, svg):SUBDIRS += svg +!contains(QT_CONFIG, no-tiff):SUBDIRS += tiff +!contains(QT_CONFIG, no-ico):SUBDIRS += ico