summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader.wpro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/reader.wpro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader.wpro93
1 files changed, 93 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/reader.wpro b/noncore/apps/opie-reader/reader.wpro
new file mode 100644
index 0000000..3e4f345
--- a/dev/null
+++ b/noncore/apps/opie-reader/reader.wpro
@@ -0,0 +1,93 @@
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 WSREADERINC/opie.h \
49 pdb.h \
50 plucker.h \
51 plucker_base.h \
52 ppm.h \
53 ppm_expander.h \
54 usenef.h \
55 WSREADERINC/useqpe.h \
56 ustring.h \
57 utypes.h \
58 version.h \
59 ztxt.h
60
61 SOURCES = BuffDoc.cpp \
62 ButtonPrefs.cpp \
63 CAnnoEdit.cpp \
64 CDrawBuffer.cpp \
65 CEncoding.cpp \
66 CEncoding_tables.cpp \
67 CFilter.cpp \
68 CRegExp.cpp \
69 CloseDialog.cpp \
70 FontControl.cpp \
71 Prefs.cpp \
72 QTReader.cpp \
73 QTReaderApp.cpp \
74 QtrListView.cpp \
75 ToolbarPrefs.cpp \
76 URLDialog.cpp \
77 fileBrowser.cpp \
78 infowin.cpp \
79 main.cpp \
80 orkey.cpp \
81 util.cpp \
82 version.cpp
83
84
85 INTERFACES=
86 DESTDIR = $(QPEDIR)/bin
87 INCLUDEPATH+= WSREADERINC
88 DEPENDPATH+= WSREADERINC
89 TARGET = uqtreader
90 LIBS += -lqpe -lreader_codec
91
92OBJECTS_DIR = WSREADEROBJS
93MOC_DIR = WSREADERMOCS