summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/bend/bend.pro17
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro17
-rw-r--r--noncore/unsupported/mail2/mail.pro17
3 files changed, 51 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.pro b/noncore/unsupported/mail2/bend/bend.pro
index fe7b22c..bb96d76 100644
--- a/noncore/unsupported/mail2/bend/bend.pro
+++ b/noncore/unsupported/mail2/bend/bend.pro
@@ -1,10 +1,27 @@
1 TEMPLATE =lib 1 TEMPLATE =lib
2 CONFIG +=qt warn_on release 2 CONFIG +=qt warn_on release
3 HEADERS +=bend.h \ 3 HEADERS +=bend.h \
4 bendimpl.h 4 bendimpl.h
5 SOURCES +=bend.cpp \ 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 +=-lmail -lqpe
9 TARGET =bend 9 TARGET =bend
10 DESTDIR +=$(OPIEDIR)/plugins/applets/ 10 DESTDIR +=$(OPIEDIR)/plugins/applets/
11
12
13TRANSLATIONS = ../../../i18n/de/libbend.ts
14TRANSLATIONS += ../../../i18n/en/libbend.ts
15TRANSLATIONS += ../../../i18n/es/libbend.ts
16TRANSLATIONS += ../../../i18n/fr/libbend.ts
17TRANSLATIONS += ../../../i18n/hu/libbend.ts
18TRANSLATIONS += ../../../i18n/ja/libbend.ts
19TRANSLATIONS += ../../../i18n/ko/libbend.ts
20TRANSLATIONS += ../../../i18n/no/libbend.ts
21TRANSLATIONS += ../../../i18n/pl/libbend.ts
22TRANSLATIONS += ../../../i18n/pt/libbend.ts
23TRANSLATIONS += ../../../i18n/pt_BR/libbend.ts
24TRANSLATIONS += ../../../i18n/sl/libbend.ts
25TRANSLATIONS += ../../../i18n/zh_CN/libbend.ts
26TRANSLATIONS += ../../../i18n/zh_TW/libbend.ts
27
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index 894a4a5..af65a3e 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -13,12 +13,29 @@ HEADERS = configfile.h \
13 SOURCES =configfile.cpp \ 13 SOURCES =configfile.cpp \
14 imapbase.cpp \ 14 imapbase.cpp \
15 imaphandler.cpp \ 15 imaphandler.cpp \
16 imapresponse.cpp \ 16 imapresponse.cpp \
17 mailfactory.cpp \ 17 mailfactory.cpp \
18 md5.h \ 18 md5.h \
19 miscfunctions.cpp \ 19 miscfunctions.cpp \
20 smtphandler.cpp 20 smtphandler.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 =mail
24 DESTDIR =$(QTDIR)/lib 24 DESTDIR =$(QTDIR)/lib
25
26
27TRANSLATIONS = ../../../i18n/de/libmail.ts
28TRANSLATIONS += ../../../i18n/en/libmail.ts
29TRANSLATIONS += ../../../i18n/es/libmail.ts
30TRANSLATIONS += ../../../i18n/fr/libmail.ts
31TRANSLATIONS += ../../../i18n/hu/libmail.ts
32TRANSLATIONS += ../../../i18n/ja/libmail.ts
33TRANSLATIONS += ../../../i18n/ko/libmail.ts
34TRANSLATIONS += ../../../i18n/no/libmail.ts
35TRANSLATIONS += ../../../i18n/pl/libmail.ts
36TRANSLATIONS += ../../../i18n/pt/libmail.ts
37TRANSLATIONS += ../../../i18n/pt_BR/libmail.ts
38TRANSLATIONS += ../../../i18n/sl/libmail.ts
39TRANSLATIONS += ../../../i18n/zh_CN/libmail.ts
40TRANSLATIONS += ../../../i18n/zh_TW/libmail.ts
41
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index c1b7a4f..117c863 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -33,12 +33,29 @@ SOURCES = accounteditor.cpp \
33 viewmail.cpp \ 33 viewmail.cpp \
34 viewmailbase.cpp 34 viewmailbase.cpp
35 INTERFACES = accounteditorbase.ui \ 35 INTERFACES = accounteditorbase.ui \
36 addresspickerbase.ui \ 36 addresspickerbase.ui \
37 configdiagbase.ui \ 37 configdiagbase.ui \
38 opendiagbase.ui \ 38 opendiagbase.ui \
39 renamebase.ui \ 39 renamebase.ui \
40 searchdiagbase.ui 40 searchdiagbase.ui
41 INCLUDEPATH += $(OPIEDIR)/include libmail 41 INCLUDEPATH += $(OPIEDIR)/include libmail
42 LIBS += -lmail -lqpe -lopie 42 LIBS += -lmail -lqpe -lopie
43 TARGET = mail 43 TARGET = mail
44 DESTDIR = $(OPIEDIR)/bin 44 DESTDIR = $(OPIEDIR)/bin
45
46
47TRANSLATIONS = ../../i18n/de/mail.ts
48TRANSLATIONS += ../../i18n/en/mail.ts
49TRANSLATIONS += ../../i18n/es/mail.ts
50TRANSLATIONS += ../../i18n/fr/mail.ts
51TRANSLATIONS += ../../i18n/hu/mail.ts
52TRANSLATIONS += ../../i18n/ja/mail.ts
53TRANSLATIONS += ../../i18n/ko/mail.ts
54TRANSLATIONS += ../../i18n/no/mail.ts
55TRANSLATIONS += ../../i18n/pl/mail.ts
56TRANSLATIONS += ../../i18n/pt/mail.ts
57TRANSLATIONS += ../../i18n/pt_BR/mail.ts
58TRANSLATIONS += ../../i18n/sl/mail.ts
59TRANSLATIONS += ../../i18n/zh_CN/mail.ts
60TRANSLATIONS += ../../i18n/zh_TW/mail.ts
61