Skip to content

Commit

Permalink
Merge pull request #157 from bluetiger9/mimebytearrayattachment
Browse files Browse the repository at this point in the history
Add missing source and header files
  • Loading branch information
attila-tokes authored May 6, 2024
2 parents c81c20a + 185df0d commit 5da1857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -36,6 +37,7 @@ add_library(${PROJECT_NAME} SHARED
mimecontentformatter.cpp
emailaddress.h
mimeattachment.h
mimebytearrayattachment.h
mimefile.h
mimehtml.h
mimeinlinefile.h
Expand Down

0 comments on commit 5da1857

Please sign in to comment.