author | mickeyl <mickeyl> | 2003-07-10 10:10:00 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-07-10 10:10:00 (UTC) |
commit | 62fba15731c45478002179d7fba422b77bf52500 (patch) (unidiff) | |
tree | 8dd36f02a6fa1c263c613d2b11190c363d821f0e | |
parent | 6abb84fb644b6746ad35e48c67f46e33de99bad2 (diff) | |
download | opie-62fba15731c45478002179d7fba422b77bf52500.zip opie-62fba15731c45478002179d7fba422b77bf52500.tar.gz opie-62fba15731c45478002179d7fba422b77bf52500.tar.bz2 |
don't try to compile header files ;)
-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 | |||
@@ -4,21 +4,21 @@ CONFIG += qt warn_on debug | |||
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 |