-rw-r--r-- | noncore/apps/opie-reader/.cvsignore | 3 | ||||
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 11 |
2 files changed, 10 insertions, 4 deletions
diff --git a/noncore/apps/opie-reader/.cvsignore b/noncore/apps/opie-reader/.cvsignore index 6d678c6..238a28e 100644 --- a/noncore/apps/opie-reader/.cvsignore +++ b/noncore/apps/opie-reader/.cvsignore | |||
@@ -1 +1,4 @@ | |||
1 | Makefile | ||
1 | config.in | 2 | config.in |
3 | moc_* | ||
4 | |||
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index db85aa4..62113c3 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -1,90 +1,93 @@ | |||
1 | TEMPLATE= app | 1 | TEMPLATE= app |
2 | CONFIG = qt warn_on release | 2 | CONFIG = qt warn_on release |
3 | HEADERS = Aportis.h \ | 3 | HEADERS = Aportis.h \ |
4 | Bkmks.h \ | 4 | Bkmks.h \ |
5 | BuffDoc.h \ | 5 | BuffDoc.h \ |
6 | CAnnoEdit.h \ | 6 | CAnnoEdit.h \ |
7 | CBuffer.h \ | 7 | CBuffer.h \ |
8 | CDrawBuffer.h \ | 8 | CDrawBuffer.h \ |
9 | CEncoding.h \ | 9 | CEncoding.h \ |
10 | CEncoding_tables.h \ | 10 | CEncoding_tables.h \ |
11 | CExpander.h \ | 11 | CExpander.h \ |
12 | CFilter.h \ | 12 | CFilter.h \ |
13 | CloseDialog.h \ | 13 | CloseDialog.h \ |
14 | Filedata.h \ | 14 | Filedata.h \ |
15 | FixedFont.h \ | 15 | FixedFont.h \ |
16 | FontControl.h \ | 16 | FontControl.h \ |
17 | GraphicWin.h \ | 17 | GraphicWin.h \ |
18 | Markups.h \ | 18 | Markups.h \ |
19 | Navigation.h \ | 19 | Navigation.h \ |
20 | Palm2QImage.h \ | 20 | Palm2QImage.h \ |
21 | Prefs.h \ | 21 | Prefs.h \ |
22 | QFloatBar.h \ | 22 | QFloatBar.h \ |
23 | QTReader.h \ | 23 | QTReader.h \ |
24 | QTReaderApp.h \ | 24 | QTReaderApp.h \ |
25 | QtrListView.h \ | 25 | QtrListView.h \ |
26 | Queue.h \ | 26 | Queue.h \ |
27 | StateData.h \ | 27 | StateData.h \ |
28 | StyleConsts.h \ | 28 | StyleConsts.h \ |
29 | ToolbarPrefs.h \ | 29 | ToolbarPrefs.h \ |
30 | URLDialog.h \ | 30 | URLDialog.h \ |
31 | ZText.h \ | 31 | ZText.h \ |
32 | arith.h \ | 32 | arith.h \ |
33 | cbkmkselector.h \ | 33 | cbkmkselector.h \ |
34 | config.h \ | 34 | config.h \ |
35 | fileBrowser.h \ | 35 | fileBrowser.h \ |
36 | infowin.h \ | 36 | infowin.h \ |
37 | linktype.h \ | 37 | linktype.h \ |
38 | my_list.h \ | 38 | my_list.h \ |
39 | names.h \ | 39 | names.h \ |
40 | opie.h \ | 40 | opie.h \ |
41 | pdb.h \ | 41 | pdb.h \ |
42 | plucker_base.h \ | 42 | plucker_base.h \ |
43 | plucker.h \ | 43 | plucker.h \ |
44 | ppm.h \ | 44 | ppm.h \ |
45 | ppm_expander.h \ | 45 | ppm_expander.h \ |
46 | usenef.h \ | 46 | usenef.h \ |
47 | useqpe.h \ | 47 | useqpe.h \ |
48 | ustring.h \ | 48 | ustring.h \ |
49 | utypes.h \ | 49 | utypes.h \ |
50 | version.h \ | 50 | version.h \ |
51 | ztxt.h | 51 | ztxt.h |
52 | 52 | ||
53 | SOURCES = Aportis.cpp \ | 53 | SOURCES = Aportis.cpp \ |
54 | Bkmks.cpp \ | 54 | Bkmks.cpp \ |
55 | BuffDoc.cpp \ | 55 | BuffDoc.cpp \ |
56 | CBuffer.cpp \ | 56 | CBuffer.cpp \ |
57 | CDrawBuffer.cpp \ | 57 | CDrawBuffer.cpp \ |
58 | CEncoding.cpp \ | 58 | CEncoding.cpp \ |
59 | CEncoding_tables.cpp \ | 59 | CEncoding_tables.cpp \ |
60 | CFilter.cpp \ | 60 | CFilter.cpp \ |
61 | CloseDialog.cpp \ | 61 | CloseDialog.cpp \ |
62 | FontControl.cpp \ | 62 | FontControl.cpp \ |
63 | Navigation.cpp \ | 63 | Navigation.cpp \ |
64 | Palm2QImage.cpp \ | 64 | Palm2QImage.cpp \ |
65 | Prefs.cpp \ | 65 | Prefs.cpp \ |
66 | QTReader.cpp \ | 66 | QTReader.cpp \ |
67 | QTReaderApp.cpp \ | 67 | QTReaderApp.cpp \ |
68 | QtrListView.cpp \ | 68 | QtrListView.cpp \ |
69 | StyleConsts.cpp \ | 69 | StyleConsts.cpp \ |
70 | ToolbarPrefs.cpp \ | 70 | ToolbarPrefs.cpp \ |
71 | URLDialog.cpp \ | 71 | URLDialog.cpp \ |
72 | arith_d.cpp \ | 72 | arith_d.cpp \ |
73 | fileBrowser.cpp \ | 73 | fileBrowser.cpp \ |
74 | infowin.cpp \ | 74 | infowin.cpp \ |
75 | main.cpp \ | 75 | main.cpp \ |
76 | pdb.cpp \ | 76 | pdb.cpp \ |
77 | plucker.cpp \ | 77 | plucker.cpp \ |
78 | plucker_base.cpp \ | 78 | plucker_base.cpp \ |
79 | ppm.cpp \ | 79 | ppm.cpp \ |
80 | ppm_expander.cpp \ | 80 | ppm_expander.cpp \ |
81 | version.cpp \ | 81 | version.cpp \ |
82 | ztxt.cpp | 82 | ztxt.cpp |
83 | 83 | ||
84 | INTERFACES= | 84 | INTERFACES= |
85 | DESTDIR = ../bin | 85 | DESTDIR = $(OPIEDIR)/bin |
86 | #INCLUDEPATH+= $(QPEDIR)/include | 86 | INCLUDEPATH+= $(OPIEDIR)/include |
87 | #DEPENDPATH+= $(QPEDIR)/include | 87 | DEPENDPATH+= $(OPIEDIR)/include |
88 | TARGET = uqtreader | 88 | TARGET = reader |
89 | LIBS += -lqpe | 89 | LIBS += -lqpe |
90 | 90 | ||
91 | include ( $(OPIEDIR)/include.pro ) | ||
92 | |||
93 | |||