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

DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII

HEADERS += \
    qicnshandler_p.h

SOURCES += \
    main.cpp \
    qicnshandler.cpp

OTHER_FILES += icns.json

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QICNSPlugin
load(qt_plugin)