summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/libmailwrapper.pro
Unidiff
Diffstat (limited to 'noncore/net/mail/libmailwrapper/libmailwrapper.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index 5e44064..befadd7 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -1,14 +1,14 @@
1TEMPLATE = lib 1TEMPLATE = lib
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3 3
4HEADERS = mailwrapper.h \ 4HEADERS = 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 \
@@ -42,17 +42,17 @@ INCLUDEPATH += $(OPIEDIR)/include
42LIBS += -lqpe -letpan -lssl -lcrypto 42LIBS += -lqpe -letpan -lssl -lcrypto
43 43
44contains( $(CONFIG_TARGET_MACOSX), y ){ 44contains( $(CONFIG_TARGET_MACOSX), y ){
45 LIBS += -liconv 45 LIBS += -liconv
46} 46}
47 47
48DESTDIR = $(OPIEDIR)/lib 48DESTDIR = $(OPIEDIR)/lib
49TARGET = mailwrapper 49TARGET = mailwrapper
50 50
51include ( $(OPIEDIR)/include.pro ) 51include ( $(OPIEDIR)/include.pro )
52 52
53!isEmpty( LIBETPAN_INC_DIR ) { 53!isEmpty( LIBETPAN_INC_DIR ) {
54 INCLUDEPATH += $$LIBETPAN_INC_DIR 54 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
55} 55}
56!isEmpty( LIBETPAN_LIB_DIR ) { 56!isEmpty( LIBETPAN_LIB_DIR ) {
57 LIBS += -L$$LIBETPAN_LIB_DIR 57 LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS
58} 58}