#------------------------------------------------- # # Project created by QtCreator 2011-08-11T20:59:25 # #------------------------------------------------- QT += core gui network TARGET = SMTPEmail TEMPLATE = app 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 \ src/smtpclient.cpp \ demos/demo2/sendemail.cpp \ demos/demo2/demo2.cpp HEADERS += \ 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 \ src/SmtpMime \ demos/demo2/sendemail.h OTHER_FILES += \ demos/demo2/printscreen.png \ LICENSE \ README.md FORMS += \ demos/demo2/sendemail.ui