-rw-r--r-- | noncore/net/mail/mail.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index e7519c6..d058db7 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro | |||
@@ -45,7 +45,14 @@ INTERFACES = editaccountsui.ui \ | |||
45 | composemailui.ui | 45 | composemailui.ui |
46 | 46 | ||
47 | INCLUDEPATH += $(OPIEDIR)/include | 47 | INCLUDEPATH += $(OPIEDIR)/include |
48 | LIBS += -lqpe -letpan -lssl -lcrypto -lopie | 48 | |
49 | CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) | ||
50 | contains( CONFTEST, y ){ | ||
51 | LIBS += -lqpe -letpan -lssl -lcrypto -lopie -liconv | ||
52 | }else{ | ||
53 | LIBS += -lqpe -letpan -lssl -lcrypto -lopie | ||
54 | } | ||
55 | |||
49 | TARGET = opiemail | 56 | TARGET = opiemail |
50 | 57 | ||
51 | include ( $(OPIEDIR)/include.pro ) | 58 | include ( $(OPIEDIR)/include.pro ) |