summaryrefslogtreecommitdiffstats
path: root/src/plugins/codecs/kr/kr.pro
blob: 6c0ea3d415b11cb808509206d95617649c52b7c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET	 = qkrcodecs
load(qt_plugin)

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

HEADERS		= qeuckrcodec.h \
              cp949codetbl.h              
SOURCES		= qeuckrcodec.cpp \
		  main.cpp

wince*: {
   SOURCES += ../../../corelib/kernel/qfunctions_wince.cpp
}

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