summaryrefslogtreecommitdiff
authoralwin <alwin>2005-03-16 13:30:04 (UTC)
committer alwin <alwin>2005-03-16 13:30:04 (UTC)
commitd16a0d6ec773b8cc0f7646213010f65d2bffa47e (patch) (unidiff)
treed823ebf12bae61faea89988f16a0b53bf1759a2e
parent3d43b9e40e562957e1a3fcbe9268634db45951ce (diff)
downloadopie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.zip
opie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.tar.gz
opie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.tar.bz2
linking against libetpan should be enough
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index 2f8c54d..b5410c3 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -32,25 +32,25 @@ SOURCES = imapwrapper.cpp \
32 sendmailprogress.cpp \ 32 sendmailprogress.cpp \
33 statusmail.cpp \ 33 statusmail.cpp \
34 mhwrapper.cpp \ 34 mhwrapper.cpp \
35 nntpwrapper.cpp \ 35 nntpwrapper.cpp \
36 generatemail.cpp \ 36 generatemail.cpp \
37 storemail.cpp \ 37 storemail.cpp \
38 mailstatics.cpp 38 mailstatics.cpp
39 39
40INTERFACES = logindialogui.ui \ 40INTERFACES = logindialogui.ui \
41 sendmailprogressui.ui 41 sendmailprogressui.ui
42 42
43INCLUDEPATH += $(OPIEDIR)/include 43INCLUDEPATH += $(OPIEDIR)/include
44LIBS += -lqpe -letpan -lssl -lcrypto 44LIBS += -lqpe -letpan
45 45
46contains( $(CONFIG_TARGET_MACOSX), y ){ 46contains( $(CONFIG_TARGET_MACOSX), y ){
47 LIBS += -liconv 47 LIBS += -liconv
48} 48}
49 49
50DESTDIR = $(OPIEDIR)/lib 50DESTDIR = $(OPIEDIR)/lib
51TARGET = mailwrapper 51TARGET = mailwrapper
52 52
53include( $(OPIEDIR)/include.pro ) 53include( $(OPIEDIR)/include.pro )
54 54
55!isEmpty( LIBETPAN_INC_DIR ) { 55!isEmpty( LIBETPAN_INC_DIR ) {
56 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH 56 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH