summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
blob: 62feea78577a3b8e2e6dce0c97fefb7bc0331b51 (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|android: SUBDIRS -= webp