aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2022-09-05 19:23:07 +0200
committerLinus Jahn <lnj@kaidan.im>2022-09-06 00:46:56 +0200
commite2e27c8c953d6650a1ede2596a3537e5ebd5cea5 (patch)
tree71229ce7f6a0fe437e69103e0c5355721264ad00 /src/CMakeLists.txt
parent6685217ac78c7588aaea67059a0844d51713dcd5 (diff)
downloadqxmpp-e2e27c8c953d6650a1ede2596a3537e5ebd5cea5.tar.gz
Add parsing of XEP-0446: File metadata element
This implements version 0.2.0 https://xmpp.org/extensions/xep-0446.html
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b927e469..4164bd71 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -39,6 +39,7 @@ set(INSTALL_HEADER_FILES
base/QXmppEntityTimeIq.h
base/QXmppExtension.h
base/QXmppFutureUtils_p.h
+ base/QXmppFileMetadata.h
base/QXmppGeolocItem.h
base/QXmppGlobal.h
base/QXmppHash.h
@@ -157,6 +158,7 @@ set(SOURCE_FILES
base/QXmppDiscoveryIq.cpp
base/QXmppElement.cpp
base/QXmppEntityTimeIq.cpp
+ base/QXmppFileMetadata.cpp
base/QXmppGeolocItem.cpp
base/QXmppGlobal.cpp
base/QXmppHash.cpp