aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-06-22 22:57:44 +0200
committerLinus Jahn <lnj@kaidan.im>2021-08-22 16:09:02 +0200
commitd4f5a0c418bf30c8e2d125957adff0e5ff731e54 (patch)
treedac8305ffdaa2b3e0b67d9419326a0feee08ce41 /src/CMakeLists.txt
parentdaa3385a3d0b14202cb6cdadaaca72c93614ecc6 (diff)
downloadqxmpp-d4f5a0c418bf30c8e2d125957adff0e5ff731e54.tar.gz
Implement XEP-0118: User Tune: Add PubSub item
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 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