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

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

PLUGIN_TYPE = imageformats
PLUGIN_CLASS_NAME = QICOPlugin
load(qt_plugin)