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

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

Added plugin source code

File size: 653 bytes
Line 
1TEMPLATE = lib
2TARGET = qjpcodecs
3
4CONFIG += qt warn_on plugin
5DESTDIR = ../../../codecs
6
7REQUIRES = !bigcodecs
8
9HEADERS = ../../../../include/qeucjpcodec.h \
10 ../../../../include/qjiscodec.h \
11 ../../../../include/qsjiscodec.h \
12 ../../../../include/qjpunicode.h \
13 ../../../../include/private/qfontcodecs_p.h
14
15SOURCES = ../../../../src/codecs/qeucjpcodec.cpp \
16 ../../../../src/codecs/qjiscodec.cpp \
17 ../../../../src/codecs/qsjiscodec.cpp \
18 ../../../../src/codecs/qjpunicode.cpp \
19 ../../../../src/codecs/qfontjpcodec.cpp \
20 main.cpp
21
22
23target.path += $$plugins.path/codecs
24INSTALLS += target
25
Note: See TracBrowser for help on using the repository browser.