-rw-r--r-- | kmicromail/libmailwrapper/libmailwrapperE.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmicromail/libmailwrapper/libmailwrapperE.pro b/kmicromail/libmailwrapper/libmailwrapperE.pro index a53b022..7cc7a90 100644 --- a/kmicromail/libmailwrapper/libmailwrapperE.pro +++ b/kmicromail/libmailwrapper/libmailwrapperE.pro | |||
@@ -1,49 +1,49 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qt warn_on | 2 | CONFIG += qt warn_on |
3 | 3 | ||
4 | HEADERS = mailwrapper.h \ | 4 | HEADERS = mailwrapper.h \ |
5 | imapwrapper.h \ | 5 | imapwrapper.h \ |
6 | mailtypes.h \ | 6 | mailtypes.h \ |
7 | pop3wrapper.h \ | 7 | pop3wrapper.h \ |
8 | abstractmail.h \ | 8 | abstractmail.h \ |
9 | smtpwrapper.h \ | 9 | smtpwrapper.h \ |
10 | genericwrapper.h \ | 10 | genericwrapper.h \ |
11 | mboxwrapper.h \ | 11 | mboxwrapper.h \ |
12 | settings.h \ | 12 | settings.h \ |
13 | logindialog.h \ | 13 | logindialog.h \ |
14 | sendmailprogress.h \ | 14 | sendmailprogress.h \ |
15 | statusmail.h \ | 15 | statusmail.h \ |
16 | mhwrapper.h \ | 16 | mhwrapper.h \ |
17 | nntpwrapper.h \ | 17 | nntpwrapper.h \ |
18 | generatemail.h \ | 18 | generatemail.h \ |
19 | storemail.h | 19 | storemail.h |
20 | 20 | ||
21 | SOURCES = imapwrapper.cpp \ | 21 | SOURCES = imapwrapper.cpp \ |
22 | mailwrapper.cpp \ | 22 | mailwrapper.cpp \ |
23 | mailtypes.cpp \ | 23 | mailtypes.cpp \ |
24 | pop3wrapper.cpp \ | 24 | pop3wrapper.cpp \ |
25 | abstractmail.cpp \ | 25 | abstractmail.cpp \ |
26 | smtpwrapper.cpp \ | 26 | smtpwrapper.cpp \ |
27 | genericwrapper.cpp \ | 27 | genericwrapper.cpp \ |
28 | mboxwrapper.cpp \ | 28 | mboxwrapper.cpp \ |
29 | settings.cpp \ | 29 | settings.cpp \ |
30 | logindialog.cpp \ | 30 | logindialog.cpp \ |
31 | sendmailprogress.cpp \ | 31 | sendmailprogress.cpp \ |
32 | statusmail.cpp \ | 32 | statusmail.cpp \ |
33 | mhwrapper.cpp \ | 33 | mhwrapper.cpp \ |
34 | nntpwrapper.cpp \ | 34 | nntpwrapper.cpp \ |
35 | generatemail.cpp \ | 35 | generatemail.cpp \ |
36 | storemail.cpp | 36 | storemail.cpp |
37 | 37 | ||
38 | INTERFACES = logindialogui.ui \ | 38 | INTERFACES = logindialogui.ui \ |
39 | sendmailprogressui.ui | 39 | sendmailprogressui.ui |
40 | 40 | ||
41 | INCLUDEPATH += ../../microkde ../../microkde/kdecore ../libetpan/include $(QPEDIR)/include | 41 | INCLUDEPATH += ../../microkde ../../microkde/kdecore ../libetpan/include $(QPEDIR)/include |
42 | LIBS += -lssl -lcrypto | 42 | LIBS += -lssl -lcrypto |
43 | 43 | ||
44 | #-lqpe -letpan | 44 | #-lqpe -letpan |
45 | 45 | ||
46 | DESTDIR = $(QPEDIR)/lib | 46 | DESTDIR = $(QPEDIR)/lib |
47 | OBJECTS_DIR = obj/$(PLATFORM) | 47 | OBJECTS_DIR = obj/$(PLATFORM) |
48 | MOC_DIR = moc/$(PLATFORM) | 48 | MOC_DIR = moc/$(PLATFORM) |
49 | TARGET = kmicromailwrapper | 49 | TARGET = micromailwrapper |