summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro b/noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro
new file mode 100644
index 0000000..78d5a49
--- a/dev/null
+++ b/noncore/apps/opie-reader/iSiloCodec/iSiloCodec.pro
@@ -0,0 +1,19 @@
+DEFINES += OPIE USEQPE
+VPATH = ..
+TEMPLATE = lib
+CONFIG = qt warn_on release dll
+#HEADERS = Aportis.h
+
+SOURCES = iSilo.cpp
+
+
+INTERFACES =
+DESTDIR = $(OPIEDIR)/plugins/reader/codecs
+TARGET = iSilo
+LIBS += -lreader_pdb -lreader_codec
+
+INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
+DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
+
+include ( $(OPIEDIR)/include.pro )
+