aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 20:01:19 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-07-20 20:01:19 +0200
commitda989d302660deb68b7f12170a03b69f6ebdd3f5 (patch)
tree3cb2ed99b8b771a80be9b2cd8df5b199631ea8dc /tests/tests.pro
parentd185b756d8f52c9cc83ca842b3f991aa99af9c1d (diff)
downloadqxmpp-da989d302660deb68b7f12170a03b69f6ebdd3f5.tar.gz
disable private API tests on win32
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