diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 20:30:07 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-27 20:30:07 +0200 |
| commit | 6c944f97b202bc8d1c3ee25259455170ea82a80d (patch) | |
| tree | 001e4324c4c5aca7015c8c4612e177ec00400390 /tests/all/all.pro | |
| parent | 49600c7d56b16d7b60705f170e9dff4daf58688c (diff) | |
| download | qxmpp-6c944f97b202bc8d1c3ee25259455170ea82a80d.tar.gz | |
split RPC tests
Diffstat (limited to 'tests/all/all.pro')
| -rw-r--r-- | tests/all/all.pro | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/all/all.pro b/tests/all/all.pro index 5ba9e1f3..8ef977bb 100644 --- a/tests/all/all.pro +++ b/tests/all/all.pro @@ -3,12 +3,8 @@ include(../tests.pri) TARGET = tst_all RESOURCES += tests.qrc -SOURCES += \ - rpc.cpp \ - tests.cpp -HEADERS += \ - rpc.h \ - tests.h +SOURCES += tests.cpp +HEADERS += tests.h !isEmpty(QXMPP_AUTOTEST_INTERNAL) { HEADERS += sasl.h |
