aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-10-16 19:59:49 +0200
committerGitHub <noreply@github.com>2022-10-16 19:59:49 +0200
commit66e5f060abe831fa08a758b9de44b29bfec8b3ba (patch)
tree0fab0a2b20d6563c3522172129f0c5520c6028b7 /src/CMakeLists.txt
parentecce762e109bc9d88f3f6b7925e8b33ffcc0f57d (diff)
downloadqxmpp-66e5f060abe831fa08a758b9de44b29bfec8b3ba.tar.gz
Implement XEP-0444: Message Reactions (#492)
https://xmpp.org/extensions/xep-0444.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 089039b7..1b4595f5 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -54,6 +54,7 @@ set(INSTALL_HEADER_FILES
base/QXmppLogger.h
base/QXmppMamIq.h
base/QXmppMessage.h
+ base/QXmppMessageReaction.h
base/QXmppMixInfoItem.h
base/QXmppMixInvitation.h
base/QXmppMixIq.h
@@ -183,6 +184,7 @@ set(SOURCE_FILES
base/QXmppLogger.cpp
base/QXmppMamIq.cpp
base/QXmppMessage.cpp
+ base/QXmppMessageReaction.cpp
base/QXmppMixInvitation.cpp
base/QXmppMixIq.cpp
base/QXmppMixItems.cpp