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

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

SOURCES += main.cpp

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