blob: 8cf766d035fb7d45d8e45eb5232cacddf1b21132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
TEMPLATE = lib
TARGET = qjpcodecs
CONFIG += qt warn_on plugin
DESTDIR = ../../../codecs
REQUIRES = !bigcodecs
HEADERS = ../../../../include/ntqeucjpcodec.h \
../../../../include/ntqjiscodec.h \
../../../../include/ntqsjiscodec.h \
../../../../include/ntqjpunicode.h \
../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qeucjpcodec.cpp \
../../../../src/codecs/qjiscodec.cpp \
../../../../src/codecs/qsjiscodec.cpp \
../../../../src/codecs/qjpunicode.cpp \
../../../../src/codecs/qfontjpcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target
|