blob: 6c705c8e1d2b94937f24b37a6d673b8b06eb9098 (
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/qbig5codec.h \
../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qbig5codec.cpp \
../../../../src/codecs/qfonttwcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target
|