author | ar <ar> | 2004-04-29 22:09:08 (UTC) |
---|---|---|
committer | ar <ar> | 2004-04-29 22:09:08 (UTC) |
commit | 69b13812eb3ff3166a589e5871e4c4a74aa91a1a (patch) (side-by-side diff) | |
tree | 3e4571fdb684e5a1465e45c16333429eb0e70424 | |
parent | 5b6aa8b395e23822a0525fba5431747477e57ae9 (diff) | |
download | opie-69b13812eb3ff3166a589e5871e4c4a74aa91a1a.zip opie-69b13812eb3ff3166a589e5871e4c4a74aa91a1a.tar.gz opie-69b13812eb3ff3166a589e5871e4c4a74aa91a1a.tar.bz2 |
- add libetpan lib and include dir from dependencies
-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 @@ -50,2 +50,9 @@ TARGET = mailwrapper include ( $(OPIEDIR)/include.pro ) + +!isEmpty( LIBETPAN_INC_DIR ) { + INCLUDEPATH += $$LIBETPAN_INC_DIR +} +!isEmpty( LIBETPAN_LIB_DIR ) { + LIBS += -L$$LIBETPAN_LIB_DIR +} |