From c81c20a8e65f904180cd18901da05f84f976eaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20T=C5=91k=C3=A9s?= <62890262+attila-tokes@users.noreply.github.com> Date: Mon, 6 May 2024 20:52:01 +0300 Subject: [PATCH] Add missing source and header file --- src/SMTPEmail.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SMTPEmail.pro b/src/SMTPEmail.pro index 7755fe9..ac6adec 100644 --- a/src/SMTPEmail.pro +++ b/src/SMTPEmail.pro @@ -21,6 +21,7 @@ DEFINES += SMTP_MIME_LIBRARY SOURCES += \ emailaddress.cpp \ mimeattachment.cpp \ + mimebytearrayattachment.cpp \ mimefile.cpp \ mimehtml.cpp \ mimeinlinefile.cpp \ @@ -40,6 +41,7 @@ SOURCES += \ HEADERS += \ emailaddress.h \ mimeattachment.h \ + mimebytearrayattachment.h \ mimefile.h \ mimehtml.h \ mimeinlinefile.h \