summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/libmail/libmail.pro
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/libmail/libmail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
new file mode 100644
index 0000000..662af90
--- a/dev/null
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -0,0 +1,26 @@
+TEMPLATE = lib
+CONFIG = qt warn_on release
+HEADERS = configfile.h \
+ defines.h \
+ imapbase.h \
+ imaphandler.h \
+ imapresponse.h \
+ mailfactory.h \
+ md5.cpp \
+ miscfunctions.h \
+ sharp_char.h \
+ smtphandler.h \
+ zaurusstuff.h
+SOURCES = configfile.cpp \
+ imapbase.cpp \
+ imaphandler.cpp \
+ imapresponse.cpp \
+ mailfactory.cpp \
+ md5.h \
+ miscfunctions.cpp \
+ smtphandler.cpp \
+ zaurusstuff.cpp
+INCLUDEPATH += $(OPIEDIR)/include
+LIBS += -L$(OPIEDIR)/lib -lqpe
+TARGET = mail
+DESTDIR = $(QTDIR)/lib