summaryrefslogtreecommitdiff
authorharlekin <harlekin>2003-12-12 17:35:40 (UTC)
committer harlekin <harlekin>2003-12-12 17:35:40 (UTC)
commiteedef106f271de17f78b903d2afa7439db1b92ad (patch) (unidiff)
treebdfacb4dcc81eed662e06619f0302d99f9b8535d
parentab38828e927334e5e1ad66bf6682099068f4c5e0 (diff)
downloadopie-eedef106f271de17f78b903d2afa7439db1b92ad.zip
opie-eedef106f271de17f78b903d2afa7439db1b92ad.tar.gz
opie-eedef106f271de17f78b903d2afa7439db1b92ad.tar.bz2
no need to link against db ( if libetpan is compiled right )
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index d333829..41ff843 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -40,10 +40,10 @@ INTERFACES = editaccountsui.ui \
40 smtpconfigui.ui \ 40 smtpconfigui.ui \
41 addresspickerui.ui \ 41 addresspickerui.ui \
42 logindialogui.ui \ 42 logindialogui.ui \
43 composemailui.ui 43 composemailui.ui
44 44
45INCLUDEPATH += $(OPIEDIR)/include 45INCLUDEPATH += $(OPIEDIR)/include
46 LIBS += -lqpe -lopie -letpan -lssl -lcrypto -ldb 46 LIBS += -lqpe -letpan -lssl -lcrypto
47TARGET = opiemail 47TARGET = opiemail
48 48
49include ( $(OPIEDIR)/include.pro ) 49include ( $(OPIEDIR)/include.pro )