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