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

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

winrt {
    SUBDIRS -= tiff \
               tga
}

winrt: SUBDIRS -= webp