summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
blob: 4116591dadc21bc02aa20238620bc157f20356b1 (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 \
    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
}