summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/libmail/libmail.pro
authorconber <conber>2002-06-15 09:46:14 (UTC)
committer conber <conber>2002-06-15 09:46:14 (UTC)
commit7f2eef29708380844922f34f59ba4e9beefbf7c3 (patch) (unidiff)
treef57125fbaabddecc35d6677f1b9e48a4594165d5 /noncore/unsupported/mail2/libmail/libmail.pro
parent0acbdd392814589df303b6e50c79d9822e3db27a (diff)
downloadopie-7f2eef29708380844922f34f59ba4e9beefbf7c3.zip
opie-7f2eef29708380844922f34f59ba4e9beefbf7c3.tar.gz
opie-7f2eef29708380844922f34f59ba4e9beefbf7c3.tar.bz2
initial checkin
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 @@
1 TEMPLATE =lib
2 CONFIG =qt warn_on release
3 HEADERS =configfile.h \
4 defines.h \
5 imapbase.h \
6 imaphandler.h \
7 imapresponse.h \
8 mailfactory.h \
9 md5.cpp \
10 miscfunctions.h \
11 sharp_char.h \
12 smtphandler.h \
13 zaurusstuff.h
14 SOURCES =configfile.cpp \
15 imapbase.cpp \
16 imaphandler.cpp \
17 imapresponse.cpp \
18 mailfactory.cpp \
19 md5.h \
20 miscfunctions.cpp \
21 smtphandler.cpp \
22 zaurusstuff.cpp
23 INCLUDEPATH +=$(OPIEDIR)/include
24 LIBS +=-L$(OPIEDIR)/lib -lqpe
25 TARGET =mail
26 DESTDIR =$(QTDIR)/lib