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

Last change on this file since 1168 was 846, checked in by Dmitry A. Kuminov, 14 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

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