author | alwin <alwin> | 2005-03-16 13:30:04 (UTC) |
---|---|---|
committer | alwin <alwin> | 2005-03-16 13:30:04 (UTC) |
commit | d16a0d6ec773b8cc0f7646213010f65d2bffa47e (patch) (unidiff) | |
tree | d823ebf12bae61faea89988f16a0b53bf1759a2e | |
parent | 3d43b9e40e562957e1a3fcbe9268634db45951ce (diff) | |
download | opie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.zip opie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.tar.gz opie-d16a0d6ec773b8cc0f7646213010f65d2bffa47e.tar.bz2 |
linking against libetpan should be enough
-rw-r--r-- | noncore/net/mail/libmailwrapper/libmailwrapper.pro | 2 |
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 | |||
@@ -1,60 +1,60 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | HEADERS = mailwrapper.h \ | 4 | HEADERS = mailwrapper.h \ |
5 | imapwrapper.h \ | 5 | imapwrapper.h \ |
6 | mailtypes.h \ | 6 | mailtypes.h \ |
7 | pop3wrapper.h \ | 7 | pop3wrapper.h \ |
8 | abstractmail.h \ | 8 | abstractmail.h \ |
9 | smtpwrapper.h \ | 9 | smtpwrapper.h \ |
10 | genericwrapper.h \ | 10 | genericwrapper.h \ |
11 | mboxwrapper.h \ | 11 | mboxwrapper.h \ |
12 | settings.h \ | 12 | settings.h \ |
13 | logindialog.h \ | 13 | logindialog.h \ |
14 | sendmailprogress.h \ | 14 | sendmailprogress.h \ |
15 | statusmail.h \ | 15 | statusmail.h \ |
16 | mhwrapper.h \ | 16 | mhwrapper.h \ |
17 | nntpwrapper.h \ | 17 | nntpwrapper.h \ |
18 | generatemail.h \ | 18 | generatemail.h \ |
19 | storemail.h \ | 19 | storemail.h \ |
20 | mailstatics.h | 20 | mailstatics.h |
21 | 21 | ||
22 | SOURCES = imapwrapper.cpp \ | 22 | SOURCES = imapwrapper.cpp \ |
23 | mailwrapper.cpp \ | 23 | mailwrapper.cpp \ |
24 | mailtypes.cpp \ | 24 | mailtypes.cpp \ |
25 | pop3wrapper.cpp \ | 25 | pop3wrapper.cpp \ |
26 | abstractmail.cpp \ | 26 | abstractmail.cpp \ |
27 | smtpwrapper.cpp \ | 27 | smtpwrapper.cpp \ |
28 | genericwrapper.cpp \ | 28 | genericwrapper.cpp \ |
29 | mboxwrapper.cpp \ | 29 | mboxwrapper.cpp \ |
30 | settings.cpp \ | 30 | settings.cpp \ |
31 | logindialog.cpp \ | 31 | logindialog.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 | ||
40 | INTERFACES = logindialogui.ui \ | 40 | INTERFACES = logindialogui.ui \ |
41 | sendmailprogressui.ui | 41 | sendmailprogressui.ui |
42 | 42 | ||
43 | INCLUDEPATH += $(OPIEDIR)/include | 43 | INCLUDEPATH += $(OPIEDIR)/include |
44 | LIBS += -lqpe -letpan -lssl -lcrypto | 44 | LIBS += -lqpe -letpan |
45 | 45 | ||
46 | contains( $(CONFIG_TARGET_MACOSX), y ){ | 46 | contains( $(CONFIG_TARGET_MACOSX), y ){ |
47 | LIBS += -liconv | 47 | LIBS += -liconv |
48 | } | 48 | } |
49 | 49 | ||
50 | DESTDIR = $(OPIEDIR)/lib | 50 | DESTDIR = $(OPIEDIR)/lib |
51 | TARGET = mailwrapper | 51 | TARGET = mailwrapper |
52 | 52 | ||
53 | include( $(OPIEDIR)/include.pro ) | 53 | include( $(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 |
57 | } | 57 | } |
58 | !isEmpty( LIBETPAN_LIB_DIR ) { | 58 | !isEmpty( LIBETPAN_LIB_DIR ) { |
59 | LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS | 59 | LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS |
60 | } | 60 | } |