We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74e9fb commit c81c20aCopy full SHA for c81c20a
src/SMTPEmail.pro
@@ -21,6 +21,7 @@ DEFINES += SMTP_MIME_LIBRARY
21
SOURCES += \
22
emailaddress.cpp \
23
mimeattachment.cpp \
24
+ mimebytearrayattachment.cpp \
25
mimefile.cpp \
26
mimehtml.cpp \
27
mimeinlinefile.cpp \
@@ -40,6 +41,7 @@ SOURCES += \
40
41
HEADERS += \
42
emailaddress.h \
43
mimeattachment.h \
44
+ mimebytearrayattachment.h \
45
mimefile.h \
46
mimehtml.h \
47
mimeinlinefile.h \
0 commit comments