diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:38:34 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:38:34 +0200 |
| commit | fd9999bd871da6181c561eeacd2aed984dae4699 (patch) | |
| tree | 7606b6bb68080a1cf670137382c812424676735f /tests/tests.pro | |
| parent | cf26a0767ffb97c3ed4931c2af84ebd38ed87fdf (diff) | |
| download | qxmpp-fd9999bd871da6181c561eeacd2aed984dae4699.tar.gz | |
add QXmppRegisterIq as defined by XEP-0077: In-Band Registration
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 68e85927..47961519 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -7,10 +7,12 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ dataform.cpp \ + register.cpp \ rtp.cpp \ tests.cpp HEADERS += \ dataform.h \ + register.h \ rtp.h \ tests.h |
