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

wince:SUBDIRS -= jp2

winrt {
    SUBDIRS -= tiff \
               tga
}