aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:14:08 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-27 17:14:08 +0200
commit6babe436a33d4f533410616dba0689e291100722 (patch)
treedb5d233e660e6031a71f1abef15f07cee1cbf5b1 /tests
parent0c11564b57d1052c251824635ef4b29783267325 (diff)
downloadqxmpp-6babe436a33d4f533410616dba0689e291100722.tar.gz
cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/all/all.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all/all.pro b/tests/all/all.pro
index 3f2c3a92..1ef0b30a 100644
--- a/tests/all/all.pro
+++ b/tests/all/all.pro
@@ -13,6 +13,6 @@ HEADERS += \
tests.h
!isEmpty(QXMPP_AUTOTEST_INTERNAL) {
- HEADERS += codec.h sasl.h si.h
- SOURCES += codec.cpp sasl.cpp si.cpp
+ HEADERS += codec.h sasl.h
+ SOURCES += codec.cpp sasl.cpp
}