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

Last change on this file was 204, checked in by rudi, 14 years ago

Added plugin source code

File size: 400 bytes
Line 
1TEMPLATE = lib
2TARGET = qkrcodecs
3
4CONFIG += qt warn_on plugin
5DESTDIR = ../../../codecs
6
7REQUIRES = !bigcodecs
8
9HEADERS = ../../../../include/qeuckrcodec.h \
10 ../../../../include/private/qfontcodecs_p.h
11
12SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \
13 ../../../../src/codecs/qfontkrcodec.cpp \
14 main.cpp
15
16
17target.path += $$plugins.path/codecs
18INSTALLS += target
19
Note: See TracBrowser for help on using the repository browser.