summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
authorpohly <pohly>2004-08-24 20:52:45 (UTC)
committer pohly <pohly>2004-08-24 20:52:45 (UTC)
commit73253e93327cf4ef0932de1b4afb56af22a0f37e (patch) (side-by-side diff)
tree1c9a7a6dd3341e036a894d348a3372525d29acec /noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
parente90847c784c48bd21bf8768cb38edb853b832697 (diff)
downloadopie-73253e93327cf4ef0932de1b4afb56af22a0f37e.zip
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.gz
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.bz2
updated source to opie-reader 0.7g
Diffstat (limited to 'noncore/apps/opie-reader/AportisCodec/AportisCodec.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/AportisCodec/AportisCodec.pro30
1 files changed, 30 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro b/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
new file mode 100644
index 0000000..4b61a7a
--- a/dev/null
+++ b/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
@@ -0,0 +1,30 @@
+DEFINES += OPIE USEQPE
+VPATH = ..
+TEMPLATE = lib
+CONFIG = qt warn_on release dll
+HEADERS = Aportis.h \
+ CExpander.h \
+ ../OREADERINC/useqpe.h \
+ config.h \
+ ustring.h \
+ StyleConsts.h \
+ Markups.h \
+ names.h \
+ linktype.h \
+ pdb.h \
+ my_list.h \
+ Bkmks.h \
+ Filedata.h
+
+SOURCES = Aportis.cpp
+
+
+INTERFACES =
+DESTDIR = $(OPIEDIR)/plugins/reader/codecs
+TARGET = Aportis
+LIBS += -lreader_pdb -lreader_codec
+
+INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include
+DEPENDPATH += ../OREADERINC $(OPIEDIR)/include
+
+include ( $(OPIEDIR)/include.pro ) \ No newline at end of file