aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2021-06-30 17:38:22 +0200
committerLinus Jahn <lnj@kaidan.im>2021-07-06 22:35:53 +0200
commit92427f63b3458fac76f64f2993db81d8c4c5d84c (patch)
tree4b8aefb1fe5df7610f539331866f825bdfdda8ba /src/CMakeLists.txt
parentcf1cc5326e1526dbee697ed45200a2c05bc98e01 (diff)
downloadqxmpp-92427f63b3458fac76f64f2993db81d8c4c5d84c.tar.gz
Add QXmppTrustMessageKeyOwner
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 695ac5c5..cee15612 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -60,6 +60,7 @@ set(INSTALL_HEADER_FILES
base/QXmppStream.h
base/QXmppStreamFeatures.h
base/QXmppStun.h
+ base/QXmppTrustMessageKeyOwner.h
base/QXmppUtils.h
base/QXmppVCardIq.h
base/QXmppVersionIq.h
@@ -146,6 +147,7 @@ set(SOURCE_FILES
base/QXmppStreamInitiationIq.cpp
base/QXmppStreamManagement.cpp
base/QXmppStun.cpp
+ base/QXmppTrustMessageKeyOwner.cpp
base/QXmppUtils.cpp
base/QXmppVCardIq.cpp
base/QXmppVersionIq.cpp