From 775dcb9de6fe9739b4ecaec5784b9971274d7f6a Mon Sep 17 00:00:00 2001 From: ar Date: Thu, 29 Apr 2004 22:33:58 +0000 Subject: - add libetpan lib and include dir from dependencies --- (limited to 'noncore/net/mail') 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 @@ -64,3 +64,9 @@ contains( CONFTEST, y ){ 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 +} -- cgit v0.9.0.2