-rw-r--r-- | noncore/net/mail/libmailwrapper/libmailwrapper.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro index 18583bb..56bca73 100644 --- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro +++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro | |||
@@ -1,44 +1,42 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on debug | 2 | CONFIG += qt warn_on debug |
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 | ||
16 | 15 | ||
17 | SOURCES = imapwrapper.cpp \ | 16 | SOURCES = imapwrapper.cpp \ |
18 | mailwrapper.cpp \ | 17 | mailwrapper.cpp \ |
19 | mailtypes.cpp \ | 18 | mailtypes.cpp \ |
20 | pop3wrapper.cpp \ | 19 | pop3wrapper.cpp \ |
21 | abstractmail.cpp \ | 20 | abstractmail.cpp \ |
22 | smtpwrapper.cpp \ | 21 | smtpwrapper.cpp \ |
23 | genericwrapper.cpp \ | 22 | genericwrapper.cpp \ |
24 | mboxwrapper.cpp \ | 23 | mboxwrapper.cpp \ |
25 | settings.cpp \ | 24 | settings.cpp \ |
26 | logindialog.cpp \ | 25 | logindialog.cpp \ |
27 | sendmailprogress.cpp \ | 26 | sendmailprogress.cpp \ |
28 | statusmail.cpp | ||
29 | 27 | ||
30 | INTERFACES = logindialogui.ui \ | 28 | INTERFACES = logindialogui.ui \ |
31 | sendmailprogressui.ui | 29 | sendmailprogressui.ui |
32 | 30 | ||
33 | 31 | ||
34 | INCLUDEPATH += $(OPIEDIR)/include | 32 | INCLUDEPATH += $(OPIEDIR)/include |
35 | 33 | ||
36 | CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) | 34 | CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) |
37 | contains( CONFTEST, y ){ | 35 | contains( CONFTEST, y ){ |
38 | LIBS += -lqpe -letpan -lssl -lcrypto -liconv | 36 | LIBS += -lqpe -letpan -lssl -lcrypto -liconv |
39 | }else{ | 37 | }else{ |
40 | LIBS += -lqpe -letpan -lssl -lcrypto | 38 | LIBS += -lqpe -letpan -lssl -lcrypto |
41 | } | 39 | } |
42 | 40 | ||
43 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) | 41 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
44 | TARGET = mailwrapper | 42 | TARGET = mailwrapper |