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,3 +1,3 @@
TEMPLATE = lib
-CONFIG += qt warn_on debug
+CONFIG += qt warn_on debug
@@ -16,4 +16,5 @@ HEADERS = mailwrapper.h \
mhwrapper.h \
- nntpwrapper.h
-
+ nntpwrapper.h \
+ generatemail.h
+
SOURCES = imapwrapper.cpp \
@@ -31,7 +32,8 @@ SOURCES = imapwrapper.cpp \
mhwrapper.cpp \
- nntpwrapper.cpp
+ nntpwrapper.cpp \
+ generatemail.cpp
-INTERFACES = logindialogui.ui \
+INTERFACES = logindialogui.ui \
sendmailprogressui.ui
-
+
@@ -43,3 +45,3 @@ contains( CONFTEST, y ){
}else{
- LIBS += -lqpe -letpan -lssl -lcrypto
+ LIBS += -lqpe -letpan -lssl -lcrypto
}