From 69b13812eb3ff3166a589e5871e4c4a74aa91a1a Mon Sep 17 00:00:00 2001 From: ar Date: Thu, 29 Apr 2004 22:09:08 +0000 Subject: - add libetpan lib and include dir from dependencies --- 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 @@ -49,3 +49,10 @@ 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 +} -- cgit v0.9.0.2