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

CONFIG	+= warn_on
QTDIR_build:DESTDIR	 = $$QT_BUILD_TREE/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