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

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

symbian:TARGET.UID3=0x2001B2E5