-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 | |||
@@ -6,5 +6,5 @@ SOURCES += bend.cpp \ | |||
6 | bendimpl.cpp | 6 | bendimpl.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 |
10 | DESTDIR +=$(OPIEDIR)/plugins/applets/ | 10 | 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 | |||
@@ -21,5 +21,5 @@ SOURCES = configfile.cpp \ | |||
21 | INCLUDEPATH +=$(OPIEDIR)/include | 21 | 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 |
25 | 25 | ||
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 | |||
@@ -41,5 +41,5 @@ INTERFACES = accounteditorbase.ui \ | |||
41 | searchdiagbase.ui | 41 | searchdiagbase.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 |
45 | 45 | ||
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 | |||
@@ -48,4 +48,5 @@ public: | |||
48 | void hide(); | 48 | void hide(); |
49 | void exec(); | 49 | void exec(); |
50 | static QString appName() { return QString::fromLatin1("mail"); } | ||
50 | 51 | ||
51 | protected: | 52 | protected: |