author | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
---|---|---|
committer | alwin <alwin> | 2003-12-02 21:21:53 (UTC) |
commit | d5b6b246978ff34fb21b3306899c997528f8341c (patch) (unidiff) | |
tree | 1d5e67efc9a37dcf5f752dee8c96a53919c2e171 | |
parent | b25754f6ecb9ded83323e39ad62b8fd18ae278ca (diff) | |
download | opie-d5b6b246978ff34fb21b3306899c997528f8341c.zip opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.gz opie-d5b6b246978ff34fb21b3306899c997528f8341c.tar.bz2 |
fix of bug number 0001210
the libmail is now called libcoremail (fix inside the .pro files)
mail application got a appName for quicklauncher.
-rw-r--r-- | noncore/unsupported/mail2/bend/bend.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 2 | ||||
-rw-r--r-- | noncore/unsupported/mail2/viewmail.h | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro index 61eea5f..ad96063 100644 --- a/noncore/unsupported/mail2/bend/bend.pro +++ b/noncore/unsupported/mail2/bend/bend.pro | |||
@@ -7,3 +7,3 @@ SOURCES += bend.cpp \ | |||
7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail | 7 | INCLUDEPATH +=$(OPIEDIR)/include ../libmail |
8 | LIBS +=-lmail -lqpe | 8 | LIBS +=-lcoremail -lqpe |
9 | TARGET =bend | 9 | TARGET =bend |
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 81ccdec..3bd6ab0 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -22,3 +22,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
22 | LIBS +=-L$(OPIEDIR)/lib -lqpe | 22 | LIBS +=-L$(OPIEDIR)/lib -lqpe |
23 | TARGET =mail | 23 | TARGET =coremail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro index f521178..1fa087a 100644 --- a/noncore/unsupported/mail2/mail.pro +++ b/noncore/unsupported/mail2/mail.pro | |||
@@ -42,3 +42,3 @@ INTERFACES = accounteditorbase.ui \ | |||
42 | INCLUDEPATH += $(OPIEDIR)/include libmail | 42 | INCLUDEPATH += $(OPIEDIR)/include libmail |
43 | LIBS += -lmail -lqpe -lopie | 43 | LIBS += -lcoremail -lqpe -lopie |
44 | TARGET = mail | 44 | TARGET = mail |
diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h index efc2300..de36f7a 100644 --- a/noncore/unsupported/mail2/viewmail.h +++ b/noncore/unsupported/mail2/viewmail.h | |||
@@ -49,2 +49,3 @@ public: | |||
49 | void exec(); | 49 | void exec(); |
50 | static QString appName() { return QString::fromLatin1("mail"); } | ||
50 | 51 | ||