author | jgf <jgf> | 2003-12-16 13:58:00 (UTC) |
---|---|---|
committer | jgf <jgf> | 2003-12-16 13:58:00 (UTC) |
commit | bc156981d7ca6987e1353a68caa61620f928b65d (patch) (unidiff) | |
tree | da7349cfaffaced617016f9ec3cc714b80f6d060 | |
parent | 49c02bbbb7a0aeee933d58ba1d3d3e86e6bc7838 (diff) | |
download | opie-bc156981d7ca6987e1353a68caa61620f928b65d.zip opie-bc156981d7ca6987e1353a68caa61620f928b65d.tar.gz opie-bc156981d7ca6987e1353a68caa61620f928b65d.tar.bz2 |
special config for macosx
-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 ) |