Skip to content

Commit

Permalink
Add missing source and header files
Browse files Browse the repository at this point in the history
  • Loading branch information
attila-tokes authored May 6, 2024
1 parent c81c20a commit 185df0d
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 185df0d

Please sign in to comment.