-rw-r--r-- | noncore/unsupported/mail2/config.in | 3 | ||||
-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 4 | ||||
-rw-r--r-- | noncore/unsupported/mail2/mail.pro | 4 |
3 files changed, 6 insertions, 5 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,6 +1,6 @@ | |||
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 \ |
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,6 +1,6 @@ | |||
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 \ |