aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2019-11-16 22:39:26 +0100
committerLNJ <lnj@kaidan.im>2019-12-06 22:26:12 +0100
commitc470dbdfe053ef0e8d7e196982013f1edf2aaff5 (patch)
tree863217f93b2071caab71b343c12bc59af875d33d /src/CMakeLists.txt
parenteb3e44bbe886315de76c89555403c95cd28e182f (diff)
downloadqxmpp-c470dbdfe053ef0e8d7e196982013f1edf2aaff5.tar.gz
Implement XEP-0231: Bits of Binary: content identifiers
This implements parsing and serialization of content identifiers from XEP-0231: Bits of Binary in version 1.0.
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 c76922b2..48f32756 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -16,6 +16,7 @@ set(INSTALL_HEADER_FILES
# Base
base/QXmppArchiveIq.h
base/QXmppBindIq.h
+ base/QXmppBitsOfBinaryContentId.h
base/QXmppBookmarkSet.h
base/QXmppByteStreamIq.h
base/QXmppDataForm.h
@@ -92,6 +93,7 @@ set(SOURCE_FILES
# Base
base/QXmppArchiveIq.cpp
base/QXmppBindIq.cpp
+ base/QXmppBitsOfBinaryContentId.cpp
base/QXmppBookmarkSet.cpp
base/QXmppByteStreamIq.cpp
base/QXmppCodec.cpp