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

qtConfig(regularexpression): \
    SUBDIRS += icns

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

winrt {
    SUBDIRS -= tiff \
               tga \
               webp
}