summaryrefslogtreecommitdiff
path: root/src/plugins/codecs/tw/tw.pro
blob: 8039f4bb01b6c6c35f3b6c82012f6f66e308c92d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TARGET   = qtwcodecs
include(../../qpluginbase.pri)

CONFIG  += warn_on
QTDIR_build:DESTDIR  = $$QT_BUILD_TREE/plugins/codecs
QT = core

HEADERS  = qbig5codec.h

SOURCES  = qbig5codec.cpp \
	   main.cpp

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