SmtpClient-for-Qt/SMTPEmail.pro

54 lines
1.0 KiB
Prolog
Raw Normal View History

2011-08-30 18:59:16 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2011-08-11T20:59:25
#
#-------------------------------------------------
QT += core network
2011-08-30 18:59:16 +00:00
TARGET = SMTPEmail
# Build as an application
#TEMPLATE = app
2011-08-30 18:59:16 +00:00
# Build as a library
TEMPLATE = lib
DEFINES += SMTP_BUILD
win32:CONFIG += dll
2011-08-30 21:53:08 +00:00
SOURCES += \
src/emailaddress.cpp \
src/mimeattachment.cpp \
src/mimefile.cpp \
src/mimehtml.cpp \
src/mimeinlinefile.cpp \
src/mimemessage.cpp \
src/mimepart.cpp \
src/mimetext.cpp \
2012-07-23 18:01:08 +00:00
src/smtpclient.cpp \
src/quotedprintable.cpp \
src/mimemultipart.cpp \
src/mimecontentformatter.cpp \
2011-08-30 18:59:16 +00:00
HEADERS += \
2011-08-30 21:53:08 +00:00
src/emailaddress.h \
src/mimeattachment.h \
src/mimefile.h \
src/mimehtml.h \
src/mimeinlinefile.h \
src/mimemessage.h \
src/mimepart.h \
src/mimetext.h \
src/smtpclient.h \
2012-07-23 18:01:08 +00:00
src/SmtpMime \
src/quotedprintable.h \
src/mimemultipart.h \
src/mimecontentformatter.h \
src/smtpexports.h
2011-08-30 21:59:35 +00:00
2011-09-02 12:20:33 +00:00
OTHER_FILES += \
2011-09-03 18:03:28 +00:00
LICENSE \
2011-09-03 19:00:39 +00:00
README.md
2011-08-31 17:07:33 +00:00
FORMS +=