summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader.zpro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/reader.zpro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader.zpro95
1 files changed, 95 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/reader.zpro b/noncore/apps/opie-reader/reader.zpro
new file mode 100644
index 0000000..32deb2b
--- a/dev/null
+++ b/noncore/apps/opie-reader/reader.zpro
@@ -0,0 +1,95 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 HEADERS = Aportis.h \
4 Bkmks.h \
5 BuffDoc.h \
6 ButtonPrefs.h \
7 CAnnoEdit.h \
8 CBuffer.h \
9 CDrawBuffer.h \
10 CEncoding.h \
11 CEncoding_tables.h \
12 CExpander.h \
13 CFilter.h \
14 CloseDialog.h \
15 Coder.h \
16 CSource.h \
17 Filedata.h \
18 FixedFont.h \
19 FontControl.h \
20 GraphicWin.h \
21 Markups.h \
22 Navigation.h \
23 Palm2QImage.h \
24 Prefs.h \
25 PPMd.h \
26 PPMdType.h \
27 QFloatBar.h \
28 QTReader.h \
29 QTReaderApp.h \
30 QtrListView.h \
31 Queue.h \
32 StateData.h \
33 StyleConsts.h \
34 SubAlloc.h \
35 ToolbarPrefs.h \
36 URLDialog.h \
37 ZText.h \
38 arith.h \
39 arrierego.h \
40 cbkmkselector.h \
41 config.h \
42 fileBrowser.h \
43 infowin.h \
44 linktype.h \
45 my_list.h \
46 names.h \
47 nef.h \
48 ZREADERINC/opie.h \
49 pdb.h \
50 plucker.h \
51 plucker_base.h \
52 ppm.h \
53 ppm_expander.h \
54 usenef.h \
55 ZREADERINC/useqpe.h \
56 ustring.h \
57 util.h \
58 utypes.h \
59 version.h \
60 ztxt.h
61
62 SOURCES = BuffDoc.cpp \
63 ButtonPrefs.cpp \
64 CAnnoEdit.cpp \
65 CDrawBuffer.cpp \
66 CEncoding.cpp \
67 CEncoding_tables.cpp \
68 CFilter.cpp \
69 CRegExp.cpp \
70 CloseDialog.cpp \
71 FontControl.cpp \
72 GraphicWin.cpp \
73 Prefs.cpp \
74 QTReader.cpp \
75 QTReaderApp.cpp \
76 QtrListView.cpp \
77 ToolbarPrefs.cpp \
78 URLDialog.cpp \
79 fileBrowser.cpp \
80 infowin.cpp \
81 main.cpp \
82 orkey.cpp \
83 util.cpp \
84 version.cpp
85
86
87 INTERFACES=
88 DESTDIR = $(QPEDIR)/bin
89 INCLUDEPATH+= ZREADERINC
90 DEPENDPATH+= ZREADERINC
91 TARGET = uqtreader
92 LIBS += -lqpe -lreader_codec
93
94OBJECTS_DIR = ZREADEROBJS
95MOC_DIR = ZREADERMOCS