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