author | mickeyl <mickeyl> | 2004-05-16 21:27:20 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-16 21:27:20 (UTC) |
commit | 8027523311f2ce1c0b1b9c62e73ca0644689e7c1 (patch) (unidiff) | |
tree | 2bd0ca6cd8b47b5ed77e90ab5a195bd50c169f3b | |
parent | 0c5c6279a7eaadf61bfe5f113a4f6cd3558c7914 (diff) | |
download | opie-8027523311f2ce1c0b1b9c62e73ca0644689e7c1.zip opie-8027523311f2ce1c0b1b9c62e73ca0644689e7c1.tar.gz opie-8027523311f2ce1c0b1b9c62e73ca0644689e7c1.tar.bz2 |
synchronize binary and .desktop file name
-rw-r--r-- | noncore/apps/opie-reader/opie-reader.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/opie-reader.pro b/noncore/apps/opie-reader/opie-reader.pro index dbf6964..db3e37e 100644 --- a/noncore/apps/opie-reader/opie-reader.pro +++ b/noncore/apps/opie-reader/opie-reader.pro | |||
@@ -20,73 +20,73 @@ HEADERS = Aportis.h \ | |||
20 | Prefs.h \ | 20 | Prefs.h \ |
21 | QFloatBar.h \ | 21 | QFloatBar.h \ |
22 | QTReader.h \ | 22 | QTReader.h \ |
23 | QTReaderApp.h \ | 23 | QTReaderApp.h \ |
24 | QtrListView.h \ | 24 | QtrListView.h \ |
25 | Queue.h \ | 25 | Queue.h \ |
26 | StateData.h \ | 26 | StateData.h \ |
27 | StyleConsts.h \ | 27 | StyleConsts.h \ |
28 | ToolbarPrefs.h \ | 28 | ToolbarPrefs.h \ |
29 | URLDialog.h \ | 29 | URLDialog.h \ |
30 | ZText.h \ | 30 | ZText.h \ |
31 | arith.h \ | 31 | arith.h \ |
32 | cbkmkselector.h \ | 32 | cbkmkselector.h \ |
33 | config.h \ | 33 | config.h \ |
34 | fileBrowser.h \ | 34 | fileBrowser.h \ |
35 | infowin.h \ | 35 | infowin.h \ |
36 | linktype.h \ | 36 | linktype.h \ |
37 | my_list.h \ | 37 | my_list.h \ |
38 | names.h \ | 38 | names.h \ |
39 | opie.h \ | 39 | opie.h \ |
40 | pdb.h \ | 40 | pdb.h \ |
41 | plucker_base.h \ | 41 | plucker_base.h \ |
42 | plucker.h \ | 42 | plucker.h \ |
43 | ppm.h \ | 43 | ppm.h \ |
44 | ppm_expander.h \ | 44 | ppm_expander.h \ |
45 | usenef.h \ | 45 | usenef.h \ |
46 | useqpe.h \ | 46 | useqpe.h \ |
47 | ustring.h \ | 47 | ustring.h \ |
48 | utypes.h \ | 48 | utypes.h \ |
49 | version.h \ | 49 | version.h \ |
50 | ztxt.h | 50 | ztxt.h |
51 | 51 | ||
52 | SOURCES = Aportis.cpp \ | 52 | SOURCES = Aportis.cpp \ |
53 | Bkmks.cpp \ | 53 | Bkmks.cpp \ |
54 | BuffDoc.cpp \ | 54 | BuffDoc.cpp \ |
55 | CBuffer.cpp \ | 55 | CBuffer.cpp \ |
56 | CDrawBuffer.cpp \ | 56 | CDrawBuffer.cpp \ |
57 | CEncoding.cpp \ | 57 | CEncoding.cpp \ |
58 | CEncoding_tables.cpp \ | 58 | CEncoding_tables.cpp \ |
59 | CFilter.cpp \ | 59 | CFilter.cpp \ |
60 | CloseDialog.cpp \ | 60 | CloseDialog.cpp \ |
61 | FontControl.cpp \ | 61 | FontControl.cpp \ |
62 | Navigation.cpp \ | 62 | Navigation.cpp \ |
63 | Palm2QImage.cpp \ | 63 | Palm2QImage.cpp \ |
64 | Prefs.cpp \ | 64 | Prefs.cpp \ |
65 | QTReader.cpp \ | 65 | QTReader.cpp \ |
66 | QTReaderApp.cpp \ | 66 | QTReaderApp.cpp \ |
67 | QtrListView.cpp \ | 67 | QtrListView.cpp \ |
68 | StyleConsts.cpp \ | 68 | StyleConsts.cpp \ |
69 | ToolbarPrefs.cpp \ | 69 | ToolbarPrefs.cpp \ |
70 | URLDialog.cpp \ | 70 | URLDialog.cpp \ |
71 | arith_d.cpp \ | 71 | arith_d.cpp \ |
72 | fileBrowser.cpp \ | 72 | fileBrowser.cpp \ |
73 | infowin.cpp \ | 73 | infowin.cpp \ |
74 | main.cpp \ | 74 | main.cpp \ |
75 | pdb.cpp \ | 75 | pdb.cpp \ |
76 | plucker.cpp \ | 76 | plucker.cpp \ |
77 | plucker_base.cpp \ | 77 | plucker_base.cpp \ |
78 | ppm.cpp \ | 78 | ppm.cpp \ |
79 | ppm_expander.cpp \ | 79 | ppm_expander.cpp \ |
80 | version.cpp \ | 80 | version.cpp \ |
81 | ztxt.cpp | 81 | ztxt.cpp |
82 | 82 | ||
83 | DESTDIR = $(OPIEDIR)/bin | 83 | DESTDIR = $(OPIEDIR)/bin |
84 | TARGET = reader | 84 | TARGET = opie-reader |
85 | 85 | ||
86 | INCLUDEPATH += $(OPIEDIR)/include | 86 | INCLUDEPATH += $(OPIEDIR)/include |
87 | DEPENDPATH += $(OPIEDIR)/include | 87 | DEPENDPATH += $(OPIEDIR)/include |
88 | LIBS += -lqpe -lopiecore2 | 88 | LIBS += -lqpe -lopiecore2 |
89 | 89 | ||
90 | include ( $(OPIEDIR)/include.pro ) | 90 | include ( $(OPIEDIR)/include.pro ) |
91 | 91 | ||
92 | 92 | ||