summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/libmail/libmail.pro
blob: 9465833e1aee426c94193e860e50d18d9cb7915b (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 
#CONFIG		+=	qt warn_on 
HEADERS		=	configfile.h \
			defines.h \
			imapbase.h \
			imaphandler.h \
			imapresponse.h \
			mailfactory.h \
			md5.h \
			miscfunctions.h \
			smtphandler.h
SOURCES		=	configfile.cpp \
			imapbase.cpp \
			imaphandler.cpp \
			imapresponse.cpp \
			mailfactory.cpp \
			md5.cpp \
			miscfunctions.cpp \
			smtphandler.cpp
INCLUDEPATH	+=	$(OPIEDIR)/include
LIBS		+=	-L$(OPIEDIR)/lib -lqpe
TARGET		=	coremail
DESTDIR      = $(OPIEDIR)/lib

include ( $(OPIEDIR)/include.pro )