Skip to content

Commit 5da1857

Browse files
authored
Merge pull request #157 from bluetiger9/mimebytearrayattachment
Add missing source and header files
2 parents c81c20a + 185df0d commit 5da1857

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ message(USING QT${QT_VERSION_MAJOR})
1919
add_library(${PROJECT_NAME} SHARED
2020
emailaddress.cpp
2121
mimeattachment.cpp
22+
mimebytearrayattachment.cpp
2223
mimefile.cpp
2324
mimehtml.cpp
2425
mimeinlinefile.cpp
@@ -36,6 +37,7 @@ add_library(${PROJECT_NAME} SHARED
3637
mimecontentformatter.cpp
3738
emailaddress.h
3839
mimeattachment.h
40+
mimebytearrayattachment.h
3941
mimefile.h
4042
mimehtml.h
4143
mimeinlinefile.h

0 commit comments

Comments
 (0)