summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/opie-reader.pro
Unidiff
Diffstat (limited to 'noncore/apps/opie-reader/opie-reader.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/opie-reader.pro112
1 files changed, 0 insertions, 112 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro
deleted file mode 100644
index 871fa45..0000000
--- a/noncore/apps/opie-reader/opie-reader.pro
+++ b/dev/null
@@ -1,112 +0,0 @@
1 TEMPLATE= app
2 CONFIG = qt warn_on release
3 HEADERS = Aportis.h \
4 Bkmks.h \
5 BuffDoc.h \
6 CAnnoEdit.h \
7 CBuffer.h \
8 CDrawBuffer.h \
9 CEncoding.h \
10 CEncoding_tables.h \
11 CExpander.h \
12 CFilter.h \
13 CloseDialog.h \
14 Filedata.h \
15 FixedFont.h \
16 FontControl.h \
17 GraphicWin.h \
18 Markups.h \
19 Navigation.h \
20 Palm2QImage.h \
21 Prefs.h \
22 QFloatBar.h \
23 QTReader.h \
24 QTReaderApp.h \
25 QtrListView.h \
26 Queue.h \
27 StateData.h \
28 StyleConsts.h \
29 ToolbarPrefs.h \
30 URLDialog.h \
31 ZText.h \
32 arith.h \
33 cbkmkselector.h \
34 config.h \
35 fileBrowser.h \
36 infowin.h \
37 linktype.h \
38 my_list.h \
39 name.h \
40 names.h \
41 opie.h \
42 pdb.h \
43 plucker.h \
44 plucker_base.h \
45 ppm.h \
46 ppm_expander.h \
47 ustring.h \
48 usenef.h \
49 useqpe.h \
50 utypes.h \
51 version.h \
52 ztxt.h
53
54 SOURCES = Aportis.cpp \
55 Bkmks.cpp \
56 BuffDoc.cpp \
57 CBuffer.cpp \
58 CDrawBuffer.cpp \
59 CEncoding.cpp \
60 CEncoding_tables.cpp \
61 CFilter.cpp \
62 CloseDialog.cpp \
63 FontControl.cpp \
64 Navigation.cpp \
65 Palm2QImage.cpp \
66 Prefs.cpp \
67 QTReader.cpp \
68 QTReaderApp.cpp \
69 QtrListView.cpp \
70 StyleConsts.cpp \
71 ToolbarPrefs.cpp \
72 URLDialog.cpp \
73 arith_d.cpp \
74 fileBrowser.cpp \
75 infowin.cpp \
76 main.cpp \
77 pdb.cpp \
78 plucker.cpp \
79 plucker_base.cpp \
80 ppm.cpp \
81 ppm_expander.cpp \
82 version.cpp \
83 ztxt.cpp
84
85 INTERFACES=
86 DESTDIR = $(OPIEDIR)/bin
87 INCLUDEPATH+= $(OPIEDIR)/include
88 DEPENDPATH+= $(OPIEDIR)/include
89 TARGET = reader
90 LIBS += -lqpe
91
92
93TRANSLATIONS = ../../../i18n/de/reader.ts \
94 ../../../i18n/nl/reader.ts \
95 ../../../i18n/da/reader.ts \
96 ../../../i18n/xx/reader.ts \
97 ../../../i18n/en/reader.ts \
98 ../../../i18n/es/reader.ts \
99 ../../../i18n/fr/reader.ts \
100 ../../../i18n/hu/reader.ts \
101 ../../../i18n/ja/reader.ts \
102 ../../../i18n/ko/reader.ts \
103 ../../../i18n/no/reader.ts \
104 ../../../i18n/pl/reader.ts \
105 ../../../i18n/pt/reader.ts \
106 ../../../i18n/pt_BR/reader.ts \
107 ../../../i18n/sl/reader.ts \
108 ../../../i18n/zh_CN/reader.ts \
109 ../../../i18n/zh_TW/reader.ts
110
111
112include ( $(OPIEDIR)/include.pro )