diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 19:35:06 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-21 19:35:06 +0200 |
| commit | 92729ab1a47e45adf19d57d60427ff2e7858e0b4 (patch) | |
| tree | f95dc7ff65b7e258a269a1ee7b2deab3e742c894 /tests/tests.pro | |
| parent | b7b646842fd13a1316c5def2c46f4c0025e03e2e (diff) | |
| download | qxmpp-92729ab1a47e45adf19d57d60427ff2e7858e0b4.tar.gz | |
add tests for QXmppIq
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 9fabdf6f..d73311b6 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -7,6 +7,7 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ dataform.cpp \ + iq.cpp \ jingle.cpp \ message.cpp \ presence.cpp \ @@ -16,6 +17,7 @@ SOURCES += \ tests.cpp HEADERS += \ dataform.h \ + iq.h \ jingle.h \ message.h \ presence.h \ |
