summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/CHM
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/CHM') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/CHM/.cvsignore5
-rw-r--r--noncore/apps/opie-reader/CHM/CHM.pro18
2 files changed, 23 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/CHM/.cvsignore b/noncore/apps/opie-reader/CHM/.cvsignore
new file mode 100644
index 0000000..1810ee0
--- a/dev/null
+++ b/noncore/apps/opie-reader/CHM/.cvsignore
@@ -0,0 +1,5 @@
+Makefile
+config.in
+moc_*
+.moc
+.obj
diff --git a/noncore/apps/opie-reader/CHM/CHM.pro b/noncore/apps/opie-reader/CHM/CHM.pro
new file mode 100644
index 0000000..6ed86f6
--- a/dev/null
+++ b/noncore/apps/opie-reader/CHM/CHM.pro
@@ -0,0 +1,18 @@
+DEFINES += OPIE USEQPE
+VPATH = ..
+TEMPLATE = lib
+CONFIG = qt warn_on release dll
+HEADERS = CHM.h chm_lib.h lzx.h
+
+SOURCES = CHM.cpp chm_lib.c lzx.c
+
+
+INTERFACES =
+DESTDIR = $(OPIEDIR)/plugins/reader/codecs
+TARGET = CHM
+LIBS += -lreader_codec
+
+INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
+DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
+
+include ( $(OPIEDIR)/include.pro ) \ No newline at end of file