summaryrefslogtreecommitdiff
path: root/noncore/net/mail
Unidiff
Diffstat (limited to 'noncore/net/mail') (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
@@ -61,6 +61,12 @@ contains( CONFTEST, y ){
61 LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -lopiemm2 61 LIBS += -lqpe -lopieui2 -lopiecore2 -lopiepim2 -lmailwrapper -lopiemm2
62} 62}
63 63
64TARGET = opiemail 64TARGET = opiemail
65 65
66include ( $(OPIEDIR)/include.pro ) 66include ( $(OPIEDIR)/include.pro )
67!isEmpty( LIBETPAN_INC_DIR ) {
68 INCLUDEPATH += $$LIBETPAN_INC_DIR
69}
70!isEmpty( LIBETPAN_LIB_DIR ) {
71 LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR
72}