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

wince:SUBDIRS -= jp2

winrt {
    SUBDIRS -= tiff \
               tga
}

winrt|ios: SUBDIRS -= webp