diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:28:40 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 10:28:40 +0200 |
| commit | 47bb20d2bd0493823b033c61a1d7f72d9521c94a (patch) | |
| tree | 91b310bc344abfa4fbec1807c981d7b8730a2038 /tests/tests.pro | |
| parent | 51cadc0c4cac8f8713ec740aab9c8b1099160d55 (diff) | |
| download | qxmpp-47bb20d2bd0493823b033c61a1d7f72d9521c94a.tar.gz | |
split out jingle tests
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 36c52635..1362e9a4 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -8,6 +8,7 @@ RESOURCES += tests.qrc SOURCES += \ codec.cpp \ dataform.cpp \ + jingle.cpp \ message.cpp \ presence.cpp \ register.cpp \ @@ -18,6 +19,7 @@ SOURCES += \ HEADERS += \ codec.h \ dataform.h \ + jingle.h \ message.h \ presence.h \ register.h \ |
