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

darwin: SUBDIRS += macheif

qtConfig(regularexpression): \
    SUBDIRS += icns

config_libmng: SUBDIRS += mng
config_jasper {
    SUBDIRS += jp2
} else:darwin: {
    SUBDIRS += macjp2
}

winrt {
    SUBDIRS -= tiff \
               tga \
               webp
}