-rw-r--r-- | noncore/net/mail/libmailwrapper/libmailwrapper.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro index 6ab0bf8..5e44064 100644 --- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro +++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro | |||
@@ -40,12 +40,19 @@ INTERFACES = logindialogui.ui \ | |||
40 | 40 | ||
41 | INCLUDEPATH += $(OPIEDIR)/include | 41 | INCLUDEPATH += $(OPIEDIR)/include |
42 | LIBS += -lqpe -letpan -lssl -lcrypto | 42 | LIBS += -lqpe -letpan -lssl -lcrypto |
43 | 43 | ||
44 | contains( $(CONFIG_TARGET_MACOSX), y ){ | 44 | contains( $(CONFIG_TARGET_MACOSX), y ){ |
45 | LIBS += -liconv | 45 | LIBS += -liconv |
46 | } | 46 | } |
47 | 47 | ||
48 | DESTDIR = $(OPIEDIR)/lib | 48 | DESTDIR = $(OPIEDIR)/lib |
49 | TARGET = mailwrapper | 49 | TARGET = mailwrapper |
50 | 50 | ||
51 | include ( $(OPIEDIR)/include.pro ) | 51 | include ( $(OPIEDIR)/include.pro ) |
52 | |||
53 | !isEmpty( LIBETPAN_INC_DIR ) { | ||
54 | INCLUDEPATH += $$LIBETPAN_INC_DIR | ||
55 | } | ||
56 | !isEmpty( LIBETPAN_LIB_DIR ) { | ||
57 | LIBS += -L$$LIBETPAN_LIB_DIR | ||
58 | } | ||