From e84b46cae3ca75fe1be11b77bc6f9b220216efc5 Mon Sep 17 00:00:00 2001 From: Kurt Pattyn Date: Fri, 1 Nov 2013 21:17:40 +0100 Subject: Remove websocketcorsauthenticator tests from non-developer builds Change-Id: Ifadd89c4e51367b2bf04852bcb1d1d856543069e Reviewed-by: Kurt Pattyn --- tests/auto/auto.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/auto/auto.pro') diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 21f22a5..2ee1976 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,10 +1,10 @@ TEMPLATE = subdirs -SUBDIRS += \ - websocketcorsauthenticator +#SUBDIRS += contains(QT_CONFIG, private_tests): SUBDIRS += \ websocketprotocol \ dataprocessor \ websocketframe \ - handshakerequest + handshakerequest \ + websocketcorsauthenticator -- cgit v1.2.1