TEMPLATE = lib
TARGET   = qtwcodecs

CONFIG  += qt warn_on plugin
DESTDIR  = ../../../codecs

REQUIRES = !bigcodecs

HEADERS  = ../../../../include/ntqbig5codec.h \
	   ../../../../include/private/qfontcodecs_p.h
SOURCES  = ../../../../src/codecs/qbig5codec.cpp \
	   ../../../../src/codecs/qfonttwcodec.cpp \
	   main.cpp


target.path += $$plugins.path/codecs
INSTALLS += target