From 185df0d85aa60d4ab972a874d2208e088fd95158 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 21:04:19 +0300 Subject: [PATCH] Add missing source and header files --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 49c367d..5314151 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -19,6 +19,7 @@ message(USING QT${QT_VERSION_MAJOR}) add_library(${PROJECT_NAME} SHARED emailaddress.cpp mimeattachment.cpp + mimebytearrayattachment.cpp mimefile.cpp mimehtml.cpp mimeinlinefile.cpp @@ -36,6 +37,7 @@ add_library(${PROJECT_NAME} SHARED mimecontentformatter.cpp emailaddress.h mimeattachment.h + mimebytearrayattachment.h mimefile.h mimehtml.h mimeinlinefile.h