2012-09-22 17:59:27 +00:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2011-08-11T20:59:25
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
2013-10-02 10:01:35 +00:00
|
|
|
QT = core network
|
2012-09-22 17:59:27 +00:00
|
|
|
|
|
|
|
TARGET = SmtpMime
|
|
|
|
TEMPLATE = lib
|
|
|
|
|
|
|
|
DEFINE += SMTP_MIME_LIBRARY
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
emailaddress.cpp \
|
|
|
|
mimeattachment.cpp \
|
|
|
|
mimefile.cpp \
|
|
|
|
mimehtml.cpp \
|
|
|
|
mimeinlinefile.cpp \
|
|
|
|
mimemessage.cpp \
|
|
|
|
mimepart.cpp \
|
|
|
|
mimetext.cpp \
|
|
|
|
smtpclient.cpp \
|
|
|
|
quotedprintable.cpp \
|
|
|
|
mimemultipart.cpp \
|
|
|
|
mimecontentencoder.cpp \
|
|
|
|
mimebase64encoder.cpp \
|
|
|
|
mimeqpencoder.cpp \
|
|
|
|
mimeqpformatter.cpp \
|
|
|
|
mimebase64formatter.cpp \
|
|
|
|
mimecontentformatter.cpp
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
emailaddress.h \
|
|
|
|
mimeattachment.h \
|
|
|
|
mimefile.h \
|
|
|
|
mimehtml.h \
|
|
|
|
mimeinlinefile.h \
|
|
|
|
mimemessage.h \
|
|
|
|
mimepart.h \
|
|
|
|
mimetext.h \
|
|
|
|
smtpclient.h \
|
|
|
|
SmtpMime \
|
|
|
|
quotedprintable.h \
|
|
|
|
mimemultipart.h \
|
|
|
|
smtpmime_global.h \
|
|
|
|
mimecontentencoder.h \
|
|
|
|
mimebase64encoder.h \
|
|
|
|
mimeqpencoder.h \
|
|
|
|
mimeqpformatter.h \
|
|
|
|
mimebase64formatter.h \
|
|
|
|
mimecontentformatter.h
|
|
|
|
|
|
|
|
OTHER_FILES += \
|
|
|
|
LICENSE \
|
|
|
|
README.md
|
|
|
|
|
|
|
|
FORMS +=
|