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

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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