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