summaryrefslogtreecommitdiff
path: root/noncore/unsupported
authormickeyl <mickeyl>2003-01-23 21:48:51 (UTC)
committer mickeyl <mickeyl>2003-01-23 21:48:51 (UTC)
commit43613e89c7844a328088d54c9d183508dad8a25b (patch) (unidiff)
tree02ea9c768569d9db4c2aa98eebae1f1503e83d9a /noncore/unsupported
parentbd91bd009b88ce6ac4d6d542490b24c7f8ee6d61 (diff)
downloadopie-43613e89c7844a328088d54c9d183508dad8a25b.zip
opie-43613e89c7844a328088d54c9d183508dad8a25b.tar.gz
opie-43613e89c7844a328088d54c9d183508dad8a25b.tar.bz2
fix .pro files for new buildsystem
ensure libmail and bend gets build before the mail app
Diffstat (limited to 'noncore/unsupported') (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,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 \