Skip to content

Commit c81c20a

Browse files
authored
Add missing source and header file
1 parent c74e9fb commit c81c20a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SMTPEmail.pro

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DEFINES += SMTP_MIME_LIBRARY
2121
SOURCES += \
2222
emailaddress.cpp \
2323
mimeattachment.cpp \
24+
mimebytearrayattachment.cpp \
2425
mimefile.cpp \
2526
mimehtml.cpp \
2627
mimeinlinefile.cpp \
@@ -40,6 +41,7 @@ SOURCES += \
4041
HEADERS += \
4142
emailaddress.h \
4243
mimeattachment.h \
44+
mimebytearrayattachment.h \
4345
mimefile.h \
4446
mimehtml.h \
4547
mimeinlinefile.h \

0 commit comments

Comments
 (0)