blob: 472373f41c55cfa78f8b434e879e148d7df015d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TEMPLATE = lib
TARGET = qkrcodecs
CONFIG += qt warn_on plugin
DESTDIR = ../../../codecs
REQUIRES = !bigcodecs
HEADERS = ../../../../include/qeuckrcodec.h \
../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \
../../../../src/codecs/qfontkrcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target
|