diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-09-30 16:04:33 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-09-30 16:35:19 +0200 |
| commit | fff801c5ce8340f40e60043c4801c8e9a40a4147 (patch) | |
| tree | dad4c312d33c338055ffc313e98699389d24a211 /src/CMakeLists.txt | |
| parent | 77a9a5c76685795376e8acd4d684c30a77192795 (diff) | |
| download | qxmpp-fff801c5ce8340f40e60043c4801c8e9a40a4147.tar.gz | |
Merge compilation units of TrustMessage{Element,KeyOwner}
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1f7b869a..c21b0c81 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -78,6 +78,7 @@ set(INSTALL_HEADER_FILES base/QXmppStun.h base/QXmppTrustMessageElement.h base/QXmppTrustMessageKeyOwner.h + base/QXmppTrustMessages.h base/QXmppTuneItem.h base/QXmppUtils.h base/QXmppVCardIq.h @@ -182,8 +183,7 @@ set(SOURCE_FILES base/QXmppStreamInitiationIq.cpp base/QXmppStreamManagement.cpp base/QXmppStun.cpp - base/QXmppTrustMessageElement.cpp - base/QXmppTrustMessageKeyOwner.cpp + base/QXmppTrustMessages.cpp base/QXmppTuneItem.cpp base/QXmppUtils.cpp base/QXmppVCardIq.cpp |
