diff --git a/README b/README deleted file mode 100644 index 2c12166..0000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -Copyright (c) 2011 - Tőkés Attila (bluetiger9) -Released under GPL. - - -SMTP Client for Qt (C++) ------------------------- - -An SMTP Client writen in C++ for Qt. -Allows applications to send emails (MIME with text, html, attachments, inline files, etc.) via SMTP. -Supports SSL and SMTP authentification. diff --git a/SMTPEmail.pro b/SMTPEmail.pro index 9f32685..741a51f 100644 --- a/SMTPEmail.pro +++ b/SMTPEmail.pro @@ -39,8 +39,7 @@ HEADERS += \ OTHER_FILES += \ demos/demo2/printscreen.png \ LICENSE \ - README.md \ - README + README.md FORMS += \ demos/demo2/sendemail.ui