summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/opie-reader.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro100
1 files changed, 12 insertions, 88 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
index db3e37e..bf8e8f2 100644
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/noncore/apps/opie-reader/opie-reader.pro
@@ -1,91 +1,15 @@
1CONFIG = qt warn_on 1TEMPLATE = subdirs
2HEADERS = Aportis.h \ 2SUBDIRS = pluckerbaselib \
3 Bkmks.h \ 3 codeclib \
4 BuffDoc.h \ 4 PluckerCodec \
5 CAnnoEdit.h \ 5 AportisCodec \
6 CBuffer.h \ 6 CHM \
7 CDrawBuffer.h \ 7 HTMLFilter \
8 CEncoding.h \ 8 WeaselCodec \
9 CEncoding_tables.h \ 9 iSiloCodec \
10 CExpander.h \ 10 pdblib \
11 CFilter.h \ 11 ppmsCodec \
12 CloseDialog.h \ 12 reader
13 Filedata.h \
14 FixedFont.h \
15 FontControl.h \
16 GraphicWin.h \
17 Markups.h \
18 Navigation.h \
19 Palm2QImage.h \
20 Prefs.h \
21 QFloatBar.h \
22 QTReader.h \
23 QTReaderApp.h \
24 QtrListView.h \
25 Queue.h \
26 StateData.h \
27 StyleConsts.h \
28 ToolbarPrefs.h \
29 URLDialog.h \
30 ZText.h \
31 arith.h \
32 cbkmkselector.h \
33 config.h \
34 fileBrowser.h \
35 infowin.h \
36 linktype.h \
37 my_list.h \
38 names.h \
39 opie.h \
40 pdb.h \
41 plucker_base.h \
42 plucker.h \
43 ppm.h \
44 ppm_expander.h \
45 usenef.h \
46 useqpe.h \
47 ustring.h \
48 utypes.h \
49 version.h \
50 ztxt.h
51
52SOURCES = Aportis.cpp \
53 Bkmks.cpp \
54 BuffDoc.cpp \
55 CBuffer.cpp \
56 CDrawBuffer.cpp \
57 CEncoding.cpp \
58 CEncoding_tables.cpp \
59 CFilter.cpp \
60 CloseDialog.cpp \
61 FontControl.cpp \
62 Navigation.cpp \
63 Palm2QImage.cpp \
64 Prefs.cpp \
65 QTReader.cpp \
66 QTReaderApp.cpp \
67 QtrListView.cpp \
68 StyleConsts.cpp \
69 ToolbarPrefs.cpp \
70 URLDialog.cpp \
71 arith_d.cpp \
72 fileBrowser.cpp \
73 infowin.cpp \
74 main.cpp \
75 pdb.cpp \
76 plucker.cpp \
77 plucker_base.cpp \
78 ppm.cpp \
79 ppm_expander.cpp \
80 version.cpp \
81 ztxt.cpp
82
83DESTDIR = $(OPIEDIR)/bin
84TARGET = opie-reader
85
86INCLUDEPATH += $(OPIEDIR)/include
87DEPENDPATH += $(OPIEDIR)/include
88LIBS += -lqpe -lopiecore2
89 13
90include ( $(OPIEDIR)/include.pro ) 14include ( $(OPIEDIR)/include.pro )
91 15