summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/ico/ico.pro
blob: 1ac0e79583a6ee3e621d0dd90c6f3078e9893303 (plain)
1
2
3
4
5
6
7
8
9
10
TARGET  = qico

HEADERS += qicohandler.h
SOURCES += main.cpp qicohandler.cpp
OTHER_FILES += ico.json
QT += core-private

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QICOPlugin
load(qt_plugin)