summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/libmailwrapper.pro
authoralwin <alwin>2004-03-08 21:43:14 (UTC)
committer alwin <alwin>2004-03-08 21:43:14 (UTC)
commit25434cbbcd2d2473c9cd3d486cec7a96a6a6323e (patch) (side-by-side diff)
tree31cfa6ceaebe0e2e1e0094e4905d05509e778364 /noncore/net/mail/libmailwrapper/libmailwrapper.pro
parentf3f2b2b3389d62af0f1a3aabac87f6c3cf147379 (diff)
downloadopie-25434cbbcd2d2473c9cd3d486cec7a96a6a6323e.zip
opie-25434cbbcd2d2473c9cd3d486cec7a96a6a6323e.tar.gz
opie-25434cbbcd2d2473c9cd3d486cec7a96a6a6323e.tar.bz2
some required code restructuring in preparation of new features
Diffstat (limited to 'noncore/net/mail/libmailwrapper/libmailwrapper.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libmailwrapper/libmailwrapper.pro16
1 files changed, 9 insertions, 7 deletions
diff --git a/noncore/net/mail/libmailwrapper/libmailwrapper.pro b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
index 8ea04a4..cb1e573 100644
--- a/noncore/net/mail/libmailwrapper/libmailwrapper.pro
+++ b/noncore/net/mail/libmailwrapper/libmailwrapper.pro
@@ -1,5 +1,5 @@
TEMPLATE = lib
-CONFIG += qt warn_on debug
+CONFIG += qt warn_on debug
HEADERS = mailwrapper.h \
imapwrapper.h \
@@ -14,8 +14,9 @@ HEADERS = mailwrapper.h \
sendmailprogress.h \
statusmail.h \
mhwrapper.h \
- nntpwrapper.h
-
+ nntpwrapper.h \
+ generatemail.h
+
SOURCES = imapwrapper.cpp \
mailwrapper.cpp \
mailtypes.cpp \
@@ -29,11 +30,12 @@ SOURCES = imapwrapper.cpp \
sendmailprogress.cpp \
statusmail.cpp \
mhwrapper.cpp \
- nntpwrapper.cpp
+ nntpwrapper.cpp \
+ generatemail.cpp
-INTERFACES = logindialogui.ui \
+INTERFACES = logindialogui.ui \
sendmailprogressui.ui
-
+
INCLUDEPATH += $(OPIEDIR)/include
@@ -41,7 +43,7 @@ CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
contains( CONFTEST, y ){
LIBS += -lqpe -letpan -lssl -lcrypto -liconv
}else{
- LIBS += -lqpe -letpan -lssl -lcrypto
+ LIBS += -lqpe -letpan -lssl -lcrypto
}
DESTDIR = $(OPIEDIR)/lib$(PROJMAK)