diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 16:22:28 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 16:22:28 +0200 |
| commit | c0ddf372e5ccfdda3265bdf33bfc1276d9af6885 (patch) | |
| tree | 39b9f55e97d5b0d2e5b21737d5a0e3dae6e9c527 /tests/tests.pro | |
| parent | ef9f9a57f1dd2e70d29afa26fa0d1ab38a5e3aca (diff) | |
| download | qxmpp-c0ddf372e5ccfdda3265bdf33bfc1276d9af6885.tar.gz | |
improve QXmppPresence coverage
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 6e34661c..e68b81d6 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -7,12 +7,14 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ dataform.cpp \ + presence.cpp \ register.cpp \ rsm.cpp \ rtp.cpp \ tests.cpp HEADERS += \ dataform.h \ + presence.h \ register.h \ rsm.h \ rtp.h \ |
