diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:28:10 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-07-18 13:28:10 +0200 |
| commit | 4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd (patch) | |
| tree | 2cc0caeec8a730f1206283478f99017edd0746fd /tests/tests.pro | |
| parent | 30cb222f96d95d62ac75fdf454f8b4a20001d3d5 (diff) | |
| download | qxmpp-4e1d91e55fcdfc87cfb92dfbcb3e741cd4a450fd.tar.gz | |
split dataform tests
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 e41696d9..68e85927 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,9 +6,11 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ + dataform.cpp \ rtp.cpp \ tests.cpp HEADERS += \ + dataform.h \ rtp.h \ tests.h |
