From 7f2eef29708380844922f34f59ba4e9beefbf7c3 Mon Sep 17 00:00:00 2001 From: conber Date: Sat, 15 Jun 2002 09:46:14 +0000 Subject: initial checkin --- (limited to 'noncore/unsupported/mail2/libmail/libmail.pro') diff --git a/noncore/unsupported/mail2/libmail/libmail.pro b/noncore/unsupported/mail2/libmail/libmail.pro new file mode 100644 index 0000000..662af90 --- a/dev/null +++ b/noncore/unsupported/mail2/libmail/libmail.pro @@ -0,0 +1,26 @@ +TEMPLATE = lib +CONFIG = qt warn_on release +HEADERS = configfile.h \ + defines.h \ + imapbase.h \ + imaphandler.h \ + imapresponse.h \ + mailfactory.h \ + md5.cpp \ + miscfunctions.h \ + sharp_char.h \ + smtphandler.h \ + zaurusstuff.h +SOURCES = configfile.cpp \ + imapbase.cpp \ + imaphandler.cpp \ + imapresponse.cpp \ + mailfactory.cpp \ + md5.h \ + miscfunctions.cpp \ + smtphandler.cpp \ + zaurusstuff.cpp +INCLUDEPATH += $(OPIEDIR)/include +LIBS += -L$(OPIEDIR)/lib -lqpe +TARGET = mail +DESTDIR = $(QTDIR)/lib -- cgit v0.9.0.2