source: trunk/src/plugins/codecs/kr/kr.pro@ 604

Last change on this file since 604 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 442 bytes
Line 
1TARGET = qkrcodecs
2os2:TARGET_SHORT = qkrcod
3include(../../qpluginbase.pri)
4
5CONFIG += warn_on
6QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/codecs
7QT = core
8
9HEADERS = qeuckrcodec.h \
10 cp949codetbl.h
11SOURCES = qeuckrcodec.cpp \
12 main.cpp
13
14wince*: {
15 SOURCES += ../../../corelib/kernel/qfunctions_wince.cpp
16}
17
18target.path += $$[QT_INSTALL_PLUGINS]/codecs
19INSTALLS += target
20
21symbian:TARGET.UID3=0x2001B2E5
Note: See TracBrowser for help on using the repository browser.