From 0a584900db720454f06d136e6bdf445a8f87e8b7 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 22:16:24 +0200 Subject: split out RPC and STUN tests --- tests/tests.pro | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/tests.pro') 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) { -- cgit v1.2.3