-rw-r--r-- | noncore/net/mail/libmailwrapper/libmailwrapper.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro index 6ab0bf8..5e44064 100644 --- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro +++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro @@ -40,12 +40,19 @@ INTERFACES = logindialogui.ui \ INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe -letpan -lssl -lcrypto contains( $(CONFIG_TARGET_MACOSX), y ){ LIBS += -liconv } DESTDIR = $(OPIEDIR)/lib TARGET = mailwrapper include ( $(OPIEDIR)/include.pro ) + +!isEmpty( LIBETPAN_INC_DIR ) { + INCLUDEPATH += $$LIBETPAN_INC_DIR +} +!isEmpty( LIBETPAN_LIB_DIR ) { + LIBS += -L$$LIBETPAN_LIB_DIR +} |