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

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

HEADERS		= qgb18030codec.h

SOURCES		= qgb18030codec.cpp \
		  main.cpp

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