summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
blob: 1ed399a83be01658cb1e236620468a7196d3dd69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = subdirs
SUBDIRS = \
    dds \
    icns \
    tga \
    tiff \
    wbmp \
    webp

config_jasper: SUBDIRS += jp2
config_libmng: SUBDIRS += mng

wince:SUBDIRS -= jp2

winrt {
    SUBDIRS -= tiff \
               tga
}

winrt: SUBDIRS -= webp