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

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

winrt {
    SUBDIRS -= tiff \
               tga \
               webp
}