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

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

HEADERS		= qgb18030codec.h

SOURCES		= qgb18030codec.cpp \
		  main.cpp

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