aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJBB <jbb.prv@gmx.de>2020-03-29 21:40:17 +0200
committerGitHub <noreply@github.com>2020-03-29 21:40:17 +0200
commit13870274bba1765a1fcecedb5bcc0eda8db682eb (patch)
treeff8c15af87084dd8829e87de73fbf9f03e50cf74 /src/CMakeLists.txt
parent1476fa153260487a6ddbc742ca6fdc4054ffd88a (diff)
downloadqxmpp-13870274bba1765a1fcecedb5bcc0eda8db682eb.tar.gz
Implement XEP-0357: Push Notifications enable/disable IQ (#271)
Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch> Co-authored-by: Linus Jahn <lnj@kaidan.im>
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 489ccd0b..3ca3f85e 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -43,6 +43,7 @@ set(INSTALL_HEADER_FILES
base/QXmppPresence.h
base/QXmppPubSubIq.h
base/QXmppPubSubItem.h
+ base/QXmppPushEnableIq.h
base/QXmppRegisterIq.h
base/QXmppResultSet.h
base/QXmppRosterIq.h
@@ -123,6 +124,7 @@ set(SOURCE_FILES
base/QXmppPresence.cpp
base/QXmppPubSubIq.cpp
base/QXmppPubSubItem.cpp
+ base/QXmppPushEnableIq.cpp
base/QXmppRegisterIq.cpp
base/QXmppResultSet.cpp
base/QXmppRosterIq.cpp