summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/libmail/libmail.pro
blob: 662af90a619db77fd6491dd9887d148bb9db9295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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