summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/config.in5
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro4
-rw-r--r--noncore/unsupported/mail2/mail.pro4
3 files changed, 7 insertions, 6 deletions
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in
index b584be3..af0fa3c 100644
--- a/noncore/unsupported/mail2/config.in
+++ b/noncore/unsupported/mail2/config.in
@@ -1,12 +1,13 @@
1 config OPIEMAIL2 1 config OPIEMAIL2
2 boolean "opiemail" 2 boolean "opiemail"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL
5 5
6 config MAIL 6 config MAIL
7 boolean 7 boolean
8 default "y" if OPIEMAIL 8 default "y" if OPIEMAIL
9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL 9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL
10 10
11
11 source noncore/mail/bend/config.in 12 source noncore/mail/bend/config.in
12 source noncore/mail/libmail/config.in 13 source noncore/mail/libmail/config.in
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index 05a9773..5f8e590 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -1,27 +1,27 @@
1 TEMPLATE =lib 1 TEMPLATE =lib
2 CONFIG =qt warn_on debug 2 CONFIG +=qt warn_on debug
3 #CONFIG =qt warn_on release 3 #CONFIG +=qt warn_on release
4 HEADERS =configfile.h \ 4 HEADERS =configfile.h \
5 defines.h \ 5 defines.h \
6 imapbase.h \ 6 imapbase.h \
7 imaphandler.h \ 7 imaphandler.h \
8 imapresponse.h \ 8 imapresponse.h \
9 mailfactory.h \ 9 mailfactory.h \
10 md5.cpp \ 10 md5.cpp \
11 miscfunctions.h \ 11 miscfunctions.h \
12 smtphandler.h 12 smtphandler.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
24DESTDIR = $(OPIEDIR)/lib 24DESTDIR = $(OPIEDIR)/lib
25 25
26TRANSLATIONS = ../../../i18n/de/libmail.ts \ 26TRANSLATIONS = ../../../i18n/de/libmail.ts \
27 ../../../i18n/da/libmail.ts \ 27 ../../../i18n/da/libmail.ts \
diff --git a/noncore/unsupported/mail2/mail.pro b/noncore/unsupported/mail2/mail.pro
index 407545f..faaec9c 100644
--- a/noncore/unsupported/mail2/mail.pro
+++ b/noncore/unsupported/mail2/mail.pro
@@ -1,27 +1,27 @@
1 TEMPLATE = app 1 TEMPLATE = app
2 CONFIG = qt warn_on debug 2 CONFIG += qt warn_on debug
3 #CONFIG = qt warn_on release 3 #CONFIG += qt warn_on release
4 HEADERS = accounteditor.h \ 4 HEADERS = accounteditor.h \
5 addresspicker.h \ 5 addresspicker.h \
6 composer.h \ 6 composer.h \
7 composerbase.h \ 7 composerbase.h \
8 configdiag.h \ 8 configdiag.h \
9 folderwidget.h \ 9 folderwidget.h \
10 listviewplus.h \ 10 listviewplus.h \
11 mailstatusbar.h \ 11 mailstatusbar.h \
12 mailtable.h \ 12 mailtable.h \
13 mainwindow.h \ 13 mainwindow.h \
14 mainwindowbase.h \ 14 mainwindowbase.h \
15 opendiag.h \ 15 opendiag.h \
16 rename.h \ 16 rename.h \
17 searchdiag.h \ 17 searchdiag.h \
18 viewmail.h \ 18 viewmail.h \
19 viewmailbase.h 19 viewmailbase.h
20 SOURCES = accounteditor.cpp \ 20 SOURCES = accounteditor.cpp \
21 addresspicker.cpp \ 21 addresspicker.cpp \
22 composer.cpp \ 22 composer.cpp \
23 composerbase.cpp \ 23 composerbase.cpp \
24 configdiag.cpp \ 24 configdiag.cpp \
25 folderwidget.cpp \ 25 folderwidget.cpp \
26 listviewplus.cpp \ 26 listviewplus.cpp \
27 mailstatusbar.cpp \ 27 mailstatusbar.cpp \