summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/CHM/CHM.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/CHM/CHM.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/CHM/CHM.pro18
1 files changed, 18 insertions, 0 deletions
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 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= lib
4 CONFIG = qt warn_on release dll
5 HEADERS = CHM.h chm_lib.h lzx.h
6
7 SOURCES = CHM.cpp chm_lib.c lzx.c
8
9
10 INTERFACES=
11 DESTDIR = $(OPIEDIR)/plugins/reader/codecs
12 TARGET = CHM
13LIBS += -lreader_codec
14
15 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
16 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
17
18include ( $(OPIEDIR)/include.pro ) \ No newline at end of file