aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-19 16:52:26 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-19 16:52:26 +0200
commit8626bb00697e224231227c35c2df301b3dc8f6b2 (patch)
tree46e9f56c7971c93ebd54925f70f5598e22e5f051 /tests/tests.pro
parent2f2f419542247a78f412cff3d3631ade5e09de80 (diff)
downloadqxmpp-8626bb00697e224231227c35c2df301b3dc8f6b2.tar.gz
add QXmppSaslClient class + tests
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 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