summaryrefslogtreecommitdiffstats
path: root/plugins/src/codecs/tw/tw.pro
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/src/codecs/tw/tw.pro')
-rw-r--r--plugins/src/codecs/tw/tw.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/src/codecs/tw/tw.pro b/plugins/src/codecs/tw/tw.pro
new file mode 100644
index 000000000..6c705c8e1
--- /dev/null
+++ b/plugins/src/codecs/tw/tw.pro
@@ -0,0 +1,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
+