summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
blob: be1e20a9b72dbed06abc32cd1457eadba78fda40 (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
26
27
28
29
TEMPLATE = subdirs
SUBDIRS = \
#    dds \
    tga \
    wbmp

include($$OUT_PWD/../../imageformats/qtimageformats-config.pri)
QT_FOR_CONFIG += imageformats-private

qtConfig(tiff): SUBDIRS += tiff
qtConfig(webp): SUBDIRS += webp

darwin: SUBDIRS += macheif

qtConfig(regularexpression): \
    SUBDIRS += icns

qtConfig(mng): SUBDIRS += mng
qtConfig(jasper) {
    SUBDIRS += jp2
} else:darwin: {
    SUBDIRS += macjp2
}

winrt {
    SUBDIRS -= tiff \
               tga \
               webp
}