diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 22:16:24 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 22:16:24 +0200 |
| commit | 0a584900db720454f06d136e6bdf445a8f87e8b7 (patch) | |
| tree | c4b98aad62def1d9063abf9269c718a13d4b32b8 /tests/tests.pro | |
| parent | 32183be3ef5fcbdca5b7f222e949898d5841a1a3 (diff) | |
| download | qxmpp-0a584900db720454f06d136e6bdf445a8f87e8b7.tar.gz | |
split out RPC and STUN tests
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 5 |
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) { |
