-rw-r--r-- | noncore/net/mail/mail.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro index 7b00c58..a3328cb 100644 --- a/noncore/net/mail/mail.pro +++ b/noncore/net/mail/mail.pro | |||
@@ -65,2 +65,8 @@ TARGET = opiemail | |||
65 | 65 | ||
66 | include ( $(OPIEDIR)/include.pro ) | 66 | include ( $(OPIEDIR)/include.pro ) |
67 | !isEmpty( LIBETPAN_INC_DIR ) { | ||
68 | INCLUDEPATH += $$LIBETPAN_INC_DIR | ||
69 | } | ||
70 | !isEmpty( LIBETPAN_LIB_DIR ) { | ||
71 | LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR | ||
72 | } | ||