diff options
| author | Melvin Keskin <melvo@olomono.de> | 2021-06-30 17:38:47 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-07-06 22:35:53 +0200 |
| commit | 0b947c682c27091dd4afd5900d8e339175e1aba0 (patch) | |
| tree | d880db35de8d3eaefb01ead0043b07901c5cda50 /src/CMakeLists.txt | |
| parent | 92427f63b3458fac76f64f2993db81d8c4c5d84c (diff) | |
| download | qxmpp-0b947c682c27091dd4afd5900d8e339175e1aba0.tar.gz | |
Add QXmppTrustMessageElement
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cee15612..edd92556 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -60,6 +60,7 @@ set(INSTALL_HEADER_FILES base/QXmppStream.h base/QXmppStreamFeatures.h base/QXmppStun.h + base/QXmppTrustMessageElement.h base/QXmppTrustMessageKeyOwner.h base/QXmppUtils.h base/QXmppVCardIq.h @@ -147,6 +148,7 @@ set(SOURCE_FILES base/QXmppStreamInitiationIq.cpp base/QXmppStreamManagement.cpp base/QXmppStun.cpp + base/QXmppTrustMessageElement.cpp base/QXmppTrustMessageKeyOwner.cpp base/QXmppUtils.cpp base/QXmppVCardIq.cpp |
