From fd9999bd871da6181c561eeacd2aed984dae4699 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 18 Jul 2012 13:38:34 +0200 Subject: add QXmppRegisterIq as defined by XEP-0077: In-Band Registration --- tests/tests.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tests.pro') 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 -- cgit v1.2.3