summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/reader/reader.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/reader/reader.pro') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-reader/reader/reader.pro91
1 files changed, 91 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/reader/reader.pro b/noncore/apps/opie-reader/reader/reader.pro
new file mode 100644
index 0000000..3f56da9
--- a/dev/null
+++ b/noncore/apps/opie-reader/reader/reader.pro
@@ -0,0 +1,91 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= app
4 CONFIG = qt warn_on release
5 HEADERS = Aportis.h \
6 Bkmks.h \
7 BuffDoc.h \
8 ButtonPrefs.h \
9 CAnnoEdit.h \
10 CBuffer.h \
11 CDrawBuffer.h \
12 CEncoding.h \
13 CEncoding_tables.h \
14 CExpander.h \
15 CFilter.h \
16 CloseDialog.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 StyleConsts.h \
33 ToolbarPrefs.h \
34 URLDialog.h \
35 ZText.h \
36 arith.h \
37 cbkmkselector.h \
38 config.h \
39 fileBrowser.h \
40 infowin.h \
41 linktype.h \
42 my_list.h \
43 names.h \
44 ../OREADERINC/opie.h \
45 pdb.h \
46 plucker.h \
47 plucker_base.h \
48 ppm.h \
49 ppm_expander.h \
50 usenef.h \
51 ../OREADERINC/useqpe.h \
52 ustring.h \
53 util.h \
54 utypes.h \
55 version.h \
56 ztxt.h
57
58 SOURCES = BuffDoc.cpp \
59 ButtonPrefs.cpp \
60 CAnnoEdit.cpp \
61 CDrawBuffer.cpp \
62 CEncoding.cpp \
63 CEncoding_tables.cpp \
64 CFilter.cpp \
65 CRegExp.cpp \
66 CloseDialog.cpp \
67 FontControl.cpp \
68 GraphicWin.cpp \
69 Prefs.cpp \
70 QTReader.cpp \
71 QTReaderApp.cpp \
72 QtrListView.cpp \
73 ToolbarPrefs.cpp \
74 URLDialog.cpp \
75 fileBrowser.cpp \
76 infowin.cpp \
77 main.cpp \
78 orkey.cpp \
79 util.cpp \
80 version.cpp
81
82 INTERFACES=
83 DESTDIR = $(OPIEDIR)/bin
84 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
85 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
86 TARGET = reader
87 LIBS += -lopieui2 -lqpe -lreader_codec
88
89DEPENDPATH += ../OREADERINC
90
91include ( $(OPIEDIR)/include.pro )