summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/imageformats.pro
blob: c6aa4098dff6067bc7762dbfbb19cf1324280109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs
SUBDIRS = \
    tga \
    wbmp \
    mng \
    tiff \
    dds \
    icns

winrt {
    SUBDIRS -= tiff \
               tga
}