From d5b6b246978ff34fb21b3306899c997528f8341c Mon Sep 17 00:00:00 2001 From: alwin Date: Tue, 02 Dec 2003 21:21:53 +0000 Subject: fix of bug number 0001210 the libmail is now called libcoremail (fix inside the .pro files) mail application got a appName for quicklauncher. --- 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 @@ -5,7 +5,7 @@ HEADERS += bend.h \ SOURCES += bend.cpp \ bendimpl.cpp INCLUDEPATH += $(OPIEDIR)/include ../libmail -LIBS += -lmail -lqpe +LIBS += -lcoremail -lqpe TARGET = bend DESTDIR += $(OPIEDIR)/plugins/applets/ 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 @@ -20,7 +20,7 @@ SOURCES = configfile.cpp \ smtphandler.cpp INCLUDEPATH += $(OPIEDIR)/include LIBS += -L$(OPIEDIR)/lib -lqpe -TARGET = mail +TARGET = coremail DESTDIR = $(OPIEDIR)/lib TRANSLATIONS = ../../../i18n/de/libmail.ts \ 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 @@ -40,7 +40,7 @@ INTERFACES = accounteditorbase.ui \ renamebase.ui \ searchdiagbase.ui INCLUDEPATH += $(OPIEDIR)/include libmail -LIBS += -lmail -lqpe -lopie +LIBS += -lcoremail -lqpe -lopie TARGET = mail TRANSLATIONS = ../../i18n/de/mail.ts \ 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 @@ -47,6 +47,7 @@ public: void hide(); void exec(); + static QString appName() { return QString::fromLatin1("mail"); } protected: // void fillList(IMAPResponseBODYSTRUCTURE &structure); -- cgit v0.9.0.2