summaryrefslogtreecommitdiff
path: root/core/pim
authormickeyl <mickeyl>2004-03-23 23:55:22 (UTC)
committer mickeyl <mickeyl>2004-03-23 23:55:22 (UTC)
commit6a1e8a9f03d8b552a51ab0b45ec5b1959af6eb73 (patch) (unidiff)
treeb72e5cb3da1a7c311b3a68620f12758020a1558f /core/pim
parente67d4a68bc21878fe1e917c6c06e5fd826479730 (diff)
downloadopie-6a1e8a9f03d8b552a51ab0b45ec5b1959af6eb73.zip
opie-6a1e8a9f03d8b552a51ab0b45ec5b1959af6eb73.tar.gz
opie-6a1e8a9f03d8b552a51ab0b45ec5b1959af6eb73.tar.bz2
fix typo in LIBRARIES and correct build time dependencies
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/config.in4
-rw-r--r--core/pim/today/plugins/mail/mail.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in
index 4d16102..66a2b22 100644
--- a/core/pim/today/plugins/mail/config.in
+++ b/core/pim/today/plugins/mail/config.in
@@ -1,5 +1,5 @@
1 config TODAY_MAIL 1 config TODAY_MAIL
2 boolean "mail" 2 boolean "mail"
3 default "y" 3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE2CORE && LIBOPIE2PIM && LIBMAILWRAPPER
5 comment "opie-today-mailplugin requires libmailwrapper enabled" 5 comment "opie-today-mailplugin requires libopie2core, libopie2pim, and libmailwrapper"
diff --git a/core/pim/today/plugins/mail/mail.pro b/core/pim/today/plugins/mail/mail.pro
index 1c3555b..b1c4551 100644
--- a/core/pim/today/plugins/mail/mail.pro
+++ b/core/pim/today/plugins/mail/mail.pro
@@ -8,13 +8,13 @@ SOURCES = mailplugin.cpp mailpluginimpl.cpp mailpluginwidget.cpp
8 8
9INCLUDEPATH += $(OPIEDIR)/include \ 9INCLUDEPATH += $(OPIEDIR)/include \
10 ../ ../library 10 ../ ../library
11DEPENDPATH += $(OPIEDIR)/include \ 11DEPENDPATH += $(OPIEDIR)/include \
12 ../ ../library 12 ../ ../library
13 13
14LIBS+= -lqpe -lopiecore2 -opiepim2 14LIBS+= -lqpe -lopiecore2 -lopiepim2
15 15
16DESTDIR = $(OPIEDIR)/plugins/today 16DESTDIR = $(OPIEDIR)/plugins/today
17TARGET = todaymailplugin 17TARGET = todaymailplugin
18 18
19TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \ 19TRANSLATIONS = ../../../../../i18n/de/libtodaymailplugin.ts \
20 ../../../../../i18n/nl/libtodaymailplugin.ts \ 20 ../../../../../i18n/nl/libtodaymailplugin.ts \