From d4f5a0c418bf30c8e2d125957adff0e5ff731e54 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 22 Jun 2020 22:57:44 +0200 Subject: Implement XEP-0118: User Tune: Add PubSub item --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9a0c7715..00d853ee 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -71,6 +71,7 @@ set(INSTALL_HEADER_FILES base/QXmppStun.h base/QXmppTrustMessageElement.h base/QXmppTrustMessageKeyOwner.h + base/QXmppTuneItem.h base/QXmppUtils.h base/QXmppVCardIq.h base/QXmppVersionIq.h @@ -167,6 +168,7 @@ set(SOURCE_FILES base/QXmppStun.cpp base/QXmppTrustMessageElement.cpp base/QXmppTrustMessageKeyOwner.cpp + base/QXmppTuneItem.cpp base/QXmppUtils.cpp base/QXmppVCardIq.cpp base/QXmppVersionIq.cpp -- cgit v1.2.3