summaryrefslogtreecommitdiff
authorar <ar>2004-04-29 22:33:58 (UTC)
committer ar <ar>2004-04-29 22:33:58 (UTC)
commit775dcb9de6fe9739b4ecaec5784b9971274d7f6a (patch) (side-by-side diff)
treeb9e33ed1cadf058dfa7185364340a9617ba19b6c
parent9de06cabdcc42a36686068294c420b40e8743935 (diff)
downloadopie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.zip
opie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.tar.gz
opie-775dcb9de6fe9739b4ecaec5784b9971274d7f6a.tar.bz2
- add libetpan lib and include dir from dependencies
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro6
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
@@ -55,12 +55,18 @@ INTERFACES = editaccountsui.ui \
INCLUDEPATH += $(OPIEDIR)/include /usr/local/include
CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
contains( CONFTEST, y ){
LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -liconv -lopiemm2
}else{
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
+}