aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 22:16:24 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-21 22:16:24 +0200
commit0a584900db720454f06d136e6bdf445a8f87e8b7 (patch)
treec4b98aad62def1d9063abf9269c718a13d4b32b8 /tests/tests.pro
parent32183be3ef5fcbdca5b7f222e949898d5841a1a3 (diff)
downloadqxmpp-0a584900db720454f06d136e6bdf445a8f87e8b7.tar.gz
split out RPC and STUN tests
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index d73311b6..a415ac55 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,6 @@
include(../qxmpp.pri)
+QT -= gui
QT += testlib
TARGET = qxmpp-tests
@@ -12,8 +13,10 @@ SOURCES += \
message.cpp \
presence.cpp \
register.cpp \
+ rpc.cpp \
rsm.cpp \
rtp.cpp \
+ stun.cpp \
tests.cpp
HEADERS += \
dataform.h \
@@ -22,8 +25,10 @@ HEADERS += \
message.h \
presence.h \
register.h \
+ rpc.h \
rsm.h \
rtp.h \
+ stun.h \
tests.h
!isEmpty(QXMPP_AUTOTEST_INTERNAL) {