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

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

Added plugin source code

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