-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 @@ -61,6 +61,12 @@ contains( CONFTEST, y ){ LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -lopiemm2 } TARGET = opiemail include ( $(OPIEDIR)/include.pro ) +!isEmpty( LIBETPAN_INC_DIR ) { + INCLUDEPATH += $$LIBETPAN_INC_DIR +} +!isEmpty( LIBETPAN_LIB_DIR ) { + LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR +} |