aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index f3248b11..36c52635 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -26,5 +26,10 @@ HEADERS += \
sasl.h \
tests.h
+win32 {
+ HEADERS -= codec.h sasl.h
+ SOURCES -= codec.cpp sasl.cpp
+}
+
INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += -L../src $$QXMPP_LIBS