summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/ico/ico.pro
blob: 6431b738c49597fe2f7de613d64ca25b7344ae5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)

wasm: CONFIG += static plugin