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

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

wince:SUBDIRS -= jp2

winrt {
    SUBDIRS -= tiff \
               tga
}

winrt: SUBDIRS -= webp