aboutsummaryrefslogtreecommitdiff
path: root/src/base/base.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:38:34 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-18 13:38:34 +0200
commitfd9999bd871da6181c561eeacd2aed984dae4699 (patch)
tree7606b6bb68080a1cf670137382c812424676735f /src/base/base.pri
parentcf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (diff)
downloadqxmpp-fd9999bd871da6181c561eeacd2aed984dae4699.tar.gz
add QXmppRegisterIq as defined by XEP-0077: In-Band Registration
Diffstat (limited to 'src/base/base.pri')
-rw-r--r--src/base/base.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/base.pri b/src/base/base.pri
index a76459a8..c50c49a6 100644
--- a/src/base/base.pri
+++ b/src/base/base.pri
@@ -23,6 +23,7 @@ INSTALL_HEADERS += \
base/QXmppPingIq.h \
base/QXmppPresence.h \
base/QXmppPubSubIq.h \
+ base/QXmppRegisterIq.h \
base/QXmppResultSet.h \
base/QXmppRosterIq.h \
base/QXmppRpcIq.h \
@@ -62,6 +63,7 @@ SOURCES += \
base/QXmppPingIq.cpp \
base/QXmppPresence.cpp \
base/QXmppPubSubIq.cpp \
+ base/QXmppRegisterIq.cpp \
base/QXmppResultSet.cpp \
base/QXmppRosterIq.cpp \
base/QXmppRpcIq.cpp \