diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-12-06 22:59:15 +0100 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2019-12-08 23:08:44 +0100 |
| commit | e286527c1974ac334811aee35f0fe33dcace44d5 (patch) | |
| tree | e4a863669c979e36ac5c7c2f55e3b2cc4a253a22 /src/CMakeLists.txt | |
| parent | 9f2d1158e0e2a212e0189d3a6ce772c0be88ed50 (diff) | |
| download | qxmpp-e286527c1974ac334811aee35f0fe33dcace44d5.tar.gz | |
Split up QXmppPubSubItem from QXmppPubSubIq.h
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 7921d10a..db020e3b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,6 +40,7 @@ set(INSTALL_HEADER_FILES base/QXmppPingIq.h base/QXmppPresence.h base/QXmppPubSubIq.h + base/QXmppPubSubItem.h base/QXmppRegisterIq.h base/QXmppResultSet.h base/QXmppRosterIq.h @@ -122,6 +123,7 @@ set(SOURCE_FILES base/QXmppPingIq.cpp base/QXmppPresence.cpp base/QXmppPubSubIq.cpp + base/QXmppPubSubItem.cpp base/QXmppRegisterIq.cpp base/QXmppResultSet.cpp base/QXmppRosterIq.cpp |
