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

config_libmng: SUBDIRS += mng
config_jasper {
    SUBDIRS += jp2
} else:darwin: {
    SUBDIRS += macjp2
}

wince:SUBDIRS -= jp2

winrt {
    SUBDIRS -= tiff \
               tga \
               webp
}