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.
tqt3/plugins/src/codecs/kr/kr.pro

20 lines
383 B

TEMPLATE = lib
TARGET = qkrcodecs
CONFIG += qt warn_on plugin
DESTDIR = ../../../codecs
REQUIRES = !bigcodecs
HEADERS = ../../../../include/ntqeuckrcodec.h \
../../../../include/private/qfontcodecs_p.h
SOURCES = ../../../../src/codecs/qeuckrcodec.cpp \
../../../../src/codecs/qfontkrcodec.cpp \
main.cpp
target.path += $$plugins.path/codecs
INSTALLS += target