summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mail.pro
Unidiff
Diffstat (limited to 'noncore/net/mail/mail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mail.pro10
1 files changed, 5 insertions, 5 deletions
diff --git a/noncore/net/mail/mail.pro b/noncore/net/mail/mail.pro
index a3328cb..c88923f 100644
--- a/noncore/net/mail/mail.pro
+++ b/noncore/net/mail/mail.pro
@@ -18,5 +18,5 @@ HEADERS = defines.h \
18 nntpgroups.h \ 18 nntpgroups.h \
19 nntpgroupsdlg.h 19 nntpgroupsdlg.h
20 20
21SOURCES = main.cpp \ 21SOURCES = main.cpp \
22 opiemail.cpp \ 22 opiemail.cpp \
@@ -37,5 +37,5 @@ SOURCES = main.cpp \
37 nntpgroups.cpp \ 37 nntpgroups.cpp \
38 nntpgroupsdlg.cpp 38 nntpgroupsdlg.cpp
39 39
40INTERFACES = editaccountsui.ui \ 40INTERFACES = editaccountsui.ui \
41 selectmailtypeui.ui \ 41 selectmailtypeui.ui \
@@ -51,5 +51,5 @@ INTERFACES = editaccountsui.ui \
51 selectstoreui.ui \ 51 selectstoreui.ui \
52 nntpgroupsui.ui 52 nntpgroupsui.ui
53 53
54 54
55INCLUDEPATH += $(OPIEDIR)/include /usr/local/include 55INCLUDEPATH += $(OPIEDIR)/include /usr/local/include
@@ -66,7 +66,7 @@ TARGET = opiemail
66include ( $(OPIEDIR)/include.pro ) 66include ( $(OPIEDIR)/include.pro )
67!isEmpty( LIBETPAN_INC_DIR ) { 67!isEmpty( LIBETPAN_INC_DIR ) {
68 INCLUDEPATH += $$LIBETPAN_INC_DIR 68 INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
69} 69}
70!isEmpty( LIBETPAN_LIB_DIR ) { 70!isEmpty( LIBETPAN_LIB_DIR ) {
71 LIBS += -Wl,-rpath-link,$$LIBETPAN_LIB_DIR 71 LIBS = -Wl,-rpath-link,$$LIBETPAN_LIB_DIR $$LIBS
72} 72}