summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/ppmsCodec
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/ppmsCodec') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/ppmsCodec/.cvsignore5
-rw-r--r--noncore/apps/opie-reader/ppmsCodec/ppmsCodec.pro19
2 files changed, 24 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/ppmsCodec/.cvsignore b/noncore/apps/opie-reader/ppmsCodec/.cvsignore
new file mode 100644
index 0000000..1810ee0
--- a/dev/null
+++ b/noncore/apps/opie-reader/ppmsCodec/.cvsignore
@@ -0,0 +1,5 @@
+Makefile
+config.in
+moc_*
+.moc
+.obj
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 @@
+DEFINES += OPIE USEQPE
+VPATH = ..
+TEMPLATE = lib
+CONFIG = qt warn_on release dll
+HEADERS = Aportis.h
+
+SOURCES = ppm_expander.cpp \
+ ppm.cpp \
+ arith_d.cpp
+
+INTERFACES =
+DESTDIR = $(OPIEDIR)/plugins/reader/codecs
+TARGET = ppms
+LIBS += -lreader_codec
+
+INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
+DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
+
+include ( $(OPIEDIR)/include.pro )