summaryrefslogtreecommitdiff
path: root/noncore/unsupported
authormickeyl <mickeyl>2003-07-10 10:10:00 (UTC)
committer mickeyl <mickeyl>2003-07-10 10:10:00 (UTC)
commit62fba15731c45478002179d7fba422b77bf52500 (patch) (side-by-side diff)
tree8dd36f02a6fa1c263c613d2b11190c363d821f0e /noncore/unsupported
parent6abb84fb644b6746ad35e48c67f46e33de99bad2 (diff)
downloadopie-62fba15731c45478002179d7fba422b77bf52500.zip
opie-62fba15731c45478002179d7fba422b77bf52500.tar.gz
opie-62fba15731c45478002179d7fba422b77bf52500.tar.bz2
don't try to compile header files ;)
Diffstat (limited to 'noncore/unsupported') (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 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
HEADERS = configfile.h \
defines.h \
imapbase.h \
imaphandler.h \
imapresponse.h \
mailfactory.h \
- md5.cpp \
+ md5.h \
miscfunctions.h \
smtphandler.h
SOURCES = configfile.cpp \
imapbase.cpp \
imaphandler.cpp \
imapresponse.cpp \
mailfactory.cpp \
- md5.h \
+ md5.cpp \
miscfunctions.cpp \
smtphandler.cpp
INCLUDEPATH += $(OPIEDIR)/include
LIBS += -L$(OPIEDIR)/lib -lqpe
TARGET = mail
DESTDIR = $(OPIEDIR)/lib