SmtpClient-for-Qt/SMTPEmail.pro
2011-08-30 23:20:06 +03:00

33 lines
610 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2011-08-11T20:59:25
#
#-------------------------------------------------
QT += core gui network
TARGET = SMTPEmail
TEMPLATE = app
SOURCES += smtpclient.cpp \
mimemessage.cpp \
mimepart.cpp \
mimetext.cpp \
mimeattachment.cpp \
mimehtml.cpp \
emailaddress.cpp \
mimefile.cpp \
mimeinlinefile.cpp \
HEADERS += \
smtpclient.h \
mimemessage.h \
mimepart.h \
mimetext.h \
mimeattachment.h \
mimehtml.h \
emailaddress.h \
mimefile.h \
mimeinlinefile.h