diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 19:26:25 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-20 19:26:25 +0200 |
| commit | 4744c86519fdf69023d21f47d70722246f72b679 (patch) | |
| tree | 11c34df1315f3f0fdd2d360dab28f6536d7a15ab /tests/tests.pro | |
| parent | de61ab48e3fbe594494bd9f540e44c82505e74fb (diff) | |
| download | qxmpp-4744c86519fdf69023d21f47d70722246f72b679.tar.gz | |
hide QXmppCodec
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 60437972..f3248b11 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,6 +6,7 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ + codec.cpp \ dataform.cpp \ message.cpp \ presence.cpp \ @@ -15,6 +16,7 @@ SOURCES += \ sasl.cpp \ tests.cpp HEADERS += \ + codec.h \ dataform.h \ message.h \ presence.h \ |
