You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|
|
|
|
|