summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
Unidiff
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 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= lib
4 CONFIG = qt warn_on release dll
5 HEADERS = Aportis.h \
6 CExpander.h \
7 ../OREADERINC/useqpe.h \
8 config.h \
9 ustring.h \
10 StyleConsts.h \
11 Markups.h \
12 names.h \
13 linktype.h \
14 pdb.h \
15 my_list.h \
16 Bkmks.h \
17 Filedata.h
18
19 SOURCES = Aportis.cpp
20
21
22 INTERFACES=
23 DESTDIR = $(OPIEDIR)/plugins/reader/codecs
24 TARGET = Aportis
25LIBS += -lreader_pdb -lreader_codec
26
27 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
28 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
29
30include ( $(OPIEDIR)/include.pro ) \ No newline at end of file