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

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QDDSPlugin
load(qt_plugin)

HEADERS += \
    ddsheader.h \
    main.h \
    qddshandler.h

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

OTHER_FILES += dds.json