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 | |||
@@ -80,9 +80,9 @@ SOURCES = Aportis.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 |