summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/libmailwrapper.pro
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/libmailwrapper/libmailwrapper.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro86
1 files changed, 85 insertions, 1 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index dd9efcb..1b8f611 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -37,24 +37,108 @@ SOURCES = imapwrapper.cpp \
storemail.cpp \
mailstatics.cpp
INTERFACES = logindialogui.ui \
sendmailprogressui.ui
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -lqpe -letpan -lssl -lcrypto
contains( $(CONFIG_TARGET_MACOSX), y ){
LIBS += -liconv
}
DESTDIR = $(OPIEDIR)/lib
TARGET = mailwrapper
-include ( $(OPIEDIR)/include.pro )
+include(
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(OPIEDIR)/include.pro )
!isEmpty( LIBETPAN_INC_DIR ) {
INCLUDEPATH = $$LIBETPAN_INC_DIR $$INCLUDEPATH
}
!isEmpty( LIBETPAN_LIB_DIR ) {
LIBS = -L$$LIBETPAN_LIB_DIR $$LIBS
}