summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/libmail/libmail.pro
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/libmail/libmail.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/libmail/libmail.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro
index 81ed234..9465833 100644
--- a/noncore/unsupported/mail2/libmail/libmail.pro
+++ b/noncore/unsupported/mail2/libmail/libmail.pro
@@ -1,26 +1,26 @@
1 TEMPLATE =lib 1 TEMPLATE =lib
2 CONFIG +=qt warn_on debug 2 CONFIG +=qt warn_on
3 #CONFIG +=qt warn_on release 3 #CONFIG +=qt warn_on
4 HEADERS =configfile.h \ 4 HEADERS =configfile.h \
5 defines.h \ 5 defines.h \
6 imapbase.h \ 6 imapbase.h \
7 imaphandler.h \ 7 imaphandler.h \
8 imapresponse.h \ 8 imapresponse.h \
9 mailfactory.h \ 9 mailfactory.h \
10 md5.h \ 10 md5.h \
11 miscfunctions.h \ 11 miscfunctions.h \
12 smtphandler.h 12 smtphandler.h
13 SOURCES =configfile.cpp \ 13 SOURCES =configfile.cpp \
14 imapbase.cpp \ 14 imapbase.cpp \
15 imaphandler.cpp \ 15 imaphandler.cpp \
16 imapresponse.cpp \ 16 imapresponse.cpp \
17 mailfactory.cpp \ 17 mailfactory.cpp \
18 md5.cpp \ 18 md5.cpp \
19 miscfunctions.cpp \ 19 miscfunctions.cpp \
20 smtphandler.cpp 20 smtphandler.cpp
21 INCLUDEPATH +=$(OPIEDIR)/include 21 INCLUDEPATH +=$(OPIEDIR)/include
22 LIBS +=-L$(OPIEDIR)/lib -lqpe 22 LIBS +=-L$(OPIEDIR)/lib -lqpe
23 TARGET =coremail 23 TARGET =coremail
24DESTDIR = $(OPIEDIR)/lib 24DESTDIR = $(OPIEDIR)/lib
25 25
26include ( $(OPIEDIR)/include.pro ) 26include ( $(OPIEDIR)/include.pro )