-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 \ composemailui.ui INCLUDEPATH += $(OPIEDIR)/include -LIBS += -lqpe -letpan -lssl -lcrypto -lopie + +CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) +contains( CONFTEST, y ){ + LIBS += -lqpe -letpan -lssl -lcrypto -lopie -liconv +}else{ + LIBS += -lqpe -letpan -lssl -lcrypto -lopie +} + TARGET = opiemail include ( $(OPIEDIR)/include.pro ) |