aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
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 /tests/tests.pro
parentcf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (diff)
downloadqxmpp-fd9999bd871da6181c561eeacd2aed984dae4699.tar.gz
add QXmppRegisterIq as defined by XEP-0077: In-Band Registration
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 68e85927..47961519 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -7,10 +7,12 @@ TARGET = qxmpp-tests
RESOURCES += tests.qrc
SOURCES += \
dataform.cpp \
+ register.cpp \
rtp.cpp \
tests.cpp
HEADERS += \
dataform.h \
+ register.h \
rtp.h \
tests.h