blob: 44c91097a7fd12edc2dc2dd3d0a346e125c64b00 (
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/tqeuckrcodec.h \
../../../../include/private/tqfontcodecs_p.h
SOURCES = ../../../../src/codecs/tqeuckrcodec.cpp \
../../../../src/codecs/tqfontkrcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target
|