summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/dds/dds.pro
blob: b645576e4ba9505c5d7dfa2373e8bd1d0a0bbc26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = qdds

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QDDSPlugin
load(qt_plugin)

HEADERS += \
    ddsheader.h \
    qddshandler.h

SOURCES += \
    ddsheader.cpp \
    main.cpp \
    qddshandler.cpp

OTHER_FILES += dds.json