From 7587dfafe8917fccf5917682a7e5e9657cfa6d08 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Thu, 2 Sep 2021 23:24:07 +0200 Subject: Add QXmppOmemoDeviceElement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Germán Márquez Mejía --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 216126ca..6173b871 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,6 +46,7 @@ set(INSTALL_HEADER_FILES base/QXmppMucIq.h base/QXmppNonza.h base/QXmppNonSASLAuth.h + base/QXmppOmemoDeviceElement.h base/QXmppPingIq.h base/QXmppPresence.h base/QXmppPubSubAffiliation.h @@ -144,6 +145,7 @@ set(SOURCE_FILES base/QXmppMucIq.cpp base/QXmppNonza.cpp base/QXmppNonSASLAuth.cpp + base/QXmppOmemoData.cpp base/QXmppPacket.cpp base/QXmppPingIq.cpp base/QXmppPresence.cpp @@ -301,4 +303,3 @@ install( FILES ${INSTALL_HEADER_FILES} DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/qxmpp" ) - -- cgit v1.2.3