diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2016-11-20 12:48:26 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2017-04-29 16:09:30 +0200 |
| commit | 81691141d4ac136744f2520ca41f45e281902114 (patch) | |
| tree | d750c853694312913c6b5e23c9373c99585cdc85 /src/base/base.pri | |
| parent | 084eb01fb395488a0a3aee799be2b72ce11aa220 (diff) | |
| download | qxmpp-81691141d4ac136744f2520ca41f45e281902114.tar.gz | |
Add QXmppMamManager (XEP-0313)
Diffstat (limited to 'src/base/base.pri')
| -rw-r--r-- | src/base/base.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/base.pri b/src/base/base.pri index 670de9d6..45a74afb 100644 --- a/src/base/base.pri +++ b/src/base/base.pri @@ -13,6 +13,7 @@ INSTALL_HEADERS += \ base/QXmppIq.h \ base/QXmppJingleIq.h \ base/QXmppLogger.h \ + base/QXmppMamIq.h \ base/QXmppMessage.h \ base/QXmppMucIq.h \ base/QXmppNonSASLAuth.h \ @@ -61,6 +62,7 @@ SOURCES += \ base/QXmppIq.cpp \ base/QXmppJingleIq.cpp \ base/QXmppLogger.cpp \ + base/QXmppMamIq.cpp \ base/QXmppMessage.cpp \ base/QXmppMucIq.cpp \ base/QXmppNonSASLAuth.cpp \ |
