summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/ico/ico.pro
blob: 242e42b8697d8b020e30102788f5ee1fb4672a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET  = qico
load(qt_plugin)

QTDIR_build:REQUIRES = "!contains(QT_CONFIG, no-ico)"

HEADERS += qicohandler.h main.h
SOURCES += main.cpp \
           qicohandler.cpp
OTHER_FILES += ico.json

DESTDIR = $$QT.gui.plugins/imageformats
target.path += $$[QT_INSTALL_PLUGINS]/imageformats
INSTALLS += target