From 8626bb00697e224231227c35c2df301b3dc8f6b2 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 19 Jul 2012 16:52:26 +0200 Subject: add QXmppSaslClient class + tests --- 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 55aa4fab..60437972 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -12,6 +12,7 @@ SOURCES += \ register.cpp \ rsm.cpp \ rtp.cpp \ + sasl.cpp \ tests.cpp HEADERS += \ dataform.h \ @@ -20,6 +21,7 @@ HEADERS += \ register.h \ rsm.h \ rtp.h \ + sasl.h \ tests.h INCLUDEPATH += $$QXMPP_INCLUDEPATH -- cgit v1.2.3