blob: 3f13422c2aa227f8d2980bcd6e2b0bbe219ade3c (
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/ntqeuckrcodec.h \
../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \
../../../../src/codecs/qfontkrcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target
|