diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-03-10 09:33:02 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-10 10:03:30 +0100 |
| commit | 523030f0751d69e4f33ee7dc3a4078e213ee94aa (patch) | |
| tree | 5ae92bf1ab230da9de9935074e45a83756883914 /src/CMakeLists.txt | |
| parent | 6f36574a9a3f712851433fe79f87676bcf46b9f9 (diff) | |
| download | qxmpp-523030f0751d69e4f33ee7dc3a4078e213ee94aa.tar.gz | |
Split up MixItem.h into Mix{Info,Participant}Item.h
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
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 |
