source: trunk/src/plugins/imageformats/imageformats.pro@ 98

Last change on this file since 98 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 284 bytes
Line 
1TEMPLATE = subdirs
2
3!contains(QT_CONFIG, no-jpeg):SUBDIRS += jpeg
4!contains(QT_CONFIG, no-gif):SUBDIRS += gif
5!contains(QT_CONFIG, no-mng):SUBDIRS += mng
6contains(QT_CONFIG, svg):SUBDIRS += svg
7!contains(QT_CONFIG, no-tiff):SUBDIRS += tiff
8!contains(QT_CONFIG, no-ico):SUBDIRS += ico
Note: See TracBrowser for help on using the repository browser.