-rw-r--r-- | noncore/unsupported/mail2/libmail/libmail.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro index 94ca448..81ccdec 100644 --- a/noncore/unsupported/mail2/libmail/libmail.pro +++ b/noncore/unsupported/mail2/libmail/libmail.pro | |||
@@ -1,30 +1,30 @@ | |||
1 | TEMPLATE =lib | 1 | TEMPLATE =lib |
2 | CONFIG +=qt warn_on debug | 2 | CONFIG +=qt warn_on debug |
3 | #CONFIG +=qt warn_on release | 3 | #CONFIG +=qt warn_on release |
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.cpp \ | 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.h \ | 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 =mail | 23 | TARGET =mail |
24 | DESTDIR = $(OPIEDIR)/lib | 24 | DESTDIR = $(OPIEDIR)/lib |
25 | 25 | ||
26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ | 26 | TRANSLATIONS = ../../../i18n/de/libmail.ts \ |
27 | ../../../i18n/nl/libmail.ts \ | 27 | ../../../i18n/nl/libmail.ts \ |
28 | ../../../i18n/da/libmail.ts \ | 28 | ../../../i18n/da/libmail.ts \ |
29 | ../../../i18n/xx/libmail.ts \ | 29 | ../../../i18n/xx/libmail.ts \ |
30 | ../../../i18n/en/libmail.ts \ | 30 | ../../../i18n/en/libmail.ts \ |