summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/plugins/src/codecs/cn/cn.pro
blob: 340df17c41432b68a13ae0a4216e39e6ce7972aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
TARGET	 = qcncodecs

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

REQUIRES = !bigcodecs

HEADERS		= ../../../../include/tqgb18030codec.h \
		  ../../../../include/private/tqfontcodecs_p.h

SOURCES		= ../../../../src/codecs/tqgb18030codec.cpp \
		  ../../../../src/codecs/tqfontcncodec.cpp \
		  main.cpp


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