From a17a1899b9885b1edd5f12043b5040bdde67d9c4 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 11:23:40 +0200 Subject: bump version, make internal auto-tests optional --- tests/tests.pro | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index 1362e9a4..9fabdf6f 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -6,7 +6,6 @@ TARGET = qxmpp-tests RESOURCES += tests.qrc SOURCES += \ - codec.cpp \ dataform.cpp \ jingle.cpp \ message.cpp \ @@ -14,10 +13,8 @@ SOURCES += \ register.cpp \ rsm.cpp \ rtp.cpp \ - sasl.cpp \ tests.cpp HEADERS += \ - codec.h \ dataform.h \ jingle.h \ message.h \ @@ -25,12 +22,11 @@ HEADERS += \ register.h \ rsm.h \ rtp.h \ - sasl.h \ tests.h -win32 { - HEADERS -= codec.h sasl.h - SOURCES -= codec.cpp sasl.cpp +!isEmpty(QXMPP_AUTOTEST_INTERNAL) { + HEADERS += codec.h sasl.h + SOURCES += codec.cpp sasl.cpp } INCLUDEPATH += $$QXMPP_INCLUDEPATH -- cgit v1.2.3