summaryrefslogtreecommitdiffstats
path: root/src/plugins/codecs/tw/tw.pro
blob: d63876c5d80f1d8d3067126afd2d5562b9f65c83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET   = qtwcodecs
load(qt_plugin)

CONFIG  += warn_on
DESTDIR = $$QT.core.plugins/codecs
QT = core

HEADERS  = qbig5codec.h

SOURCES  = qbig5codec.cpp \
	   main.cpp

target.path += $$[QT_INSTALL_PLUGINS]/codecs
INSTALLS += target