diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-03 13:10:22 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-08-03 13:10:22 +0200 |
| commit | db39d34c691cf201830fe221ea72982071809247 (patch) | |
| tree | c17ce58daf0ab153b3b4a2f65ef26649a81138f7 /tests/tests.pro | |
| parent | b83586db0d2e260d4730e4bf3e91c4275b82845f (diff) | |
| download | qxmpp-db39d34c691cf201830fe221ea72982071809247.tar.gz | |
split vCard tests to their own file
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 66e66a9e..068a672e 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -18,7 +18,8 @@ SOURCES += \ rsm.cpp \ rtp.cpp \ stun.cpp \ - tests.cpp + tests.cpp \ + vcard.cpp HEADERS += \ dataform.h \ iq.h \ @@ -31,7 +32,8 @@ HEADERS += \ rsm.h \ rtp.h \ stun.h \ - tests.h + tests.h \ + vcard.h !isEmpty(QXMPP_AUTOTEST_INTERNAL) { HEADERS += codec.h sasl.h |
