summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/wbmp/wbmp.pro
blob: 6ec358f5567ac3f3c1708d51e22cd5bded219da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TARGET = qwbmp
load(qt_plugin)

HEADERS += qwbmphandler_p.h
SOURCES += qwbmphandler.cpp
OTHER_FILES += wbmp.json

SOURCES += main.cpp

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