aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-09-16 19:08:02 +0200
committerGitHub <noreply@github.com>2022-09-16 19:08:02 +0200
commitd858e4ae6e0adeaad8d03b055883f411e6d19ab0 (patch)
treee306f607339bd553ba79030fcc90686c5d1422e3 /src/CMakeLists.txt
parent7878aeb22cc49b31ae527dfc683f2f16b0f79075 (diff)
downloadqxmpp-d858e4ae6e0adeaad8d03b055883f411e6d19ab0.tar.gz
Implement XEP-0448: Encryption for stateless file sharing parsing (#463)
https://xmpp.org/extensions/xep-0448.html Co-authored-by: Jonah BrĂ¼chert <jbb@kaidan.im>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c719dc3f..fb4273c9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -161,6 +161,7 @@ set(SOURCE_FILES
base/QXmppDataFormBase.cpp
base/QXmppDiscoveryIq.cpp
base/QXmppElement.cpp
+ base/QXmppEncryptedFileSource.cpp
base/QXmppEntityTimeIq.cpp
base/QXmppError.cpp
base/QXmppFileMetadata.cpp