aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-03-10 09:33:02 +0100
committerLinus Jahn <lnj@kaidan.im>2022-03-10 10:03:30 +0100
commit523030f0751d69e4f33ee7dc3a4078e213ee94aa (patch)
tree5ae92bf1ab230da9de9935074e45a83756883914 /src/CMakeLists.txt
parent6f36574a9a3f712851433fe79f87676bcf46b9f9 (diff)
downloadqxmpp-523030f0751d69e4f33ee7dc3a4078e213ee94aa.tar.gz
Split up MixItem.h into Mix{Info,Participant}Item.h
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 2e9d587a..fad9a885 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -45,9 +45,10 @@ set(INSTALL_HEADER_FILES
base/QXmppLogger.h
base/QXmppMamIq.h
base/QXmppMessage.h
+ base/QXmppMixInfoItem.h
base/QXmppMixInvitation.h
base/QXmppMixIq.h
- base/QXmppMixItem.h
+ base/QXmppMixParticipantItem.h
base/QXmppMucIq.h
base/QXmppNonza.h
base/QXmppNonSASLAuth.h