summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro b/noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro
new file mode 100644
index 0000000..8699d3b
--- a/dev/null
+++ b/noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro
@@ -0,0 +1,19 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= lib
4 CONFIG = qt warn_on release dll
5 HEADERS = Aportis.h
6
7 SOURCES = ppm_expander.cpp \
8 ppm.cpp \
9 arith_d.cpp
10
11 INTERFACES=
12 DESTDIR = $(OPIEDIR)/plugins/reader/codecs
13 TARGET = ppms
14LIBS += -lreader_codec
15
16 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
17 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
18
19include ( $(OPIEDIR)/include.pro )