From 6ea63bf0280dda97a095a800fd19df0f118b1c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Thu, 4 Aug 2011 08:19:14 +0200 Subject: compile fix for compiling without ssl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I48942dd437f9475c8584d5aef176f71464ae86be Reviewed-on: http://codereview.qt.nokia.com/2598 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- tests/benchmarks/network/network.pro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tests/benchmarks/network/network.pro') diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro index 692a0a1b7e..ec812407f7 100644 --- a/tests/benchmarks/network/network.pro +++ b/tests/benchmarks/network/network.pro @@ -2,12 +2,16 @@ TEMPLATE = subdirs SUBDIRS = \ access \ kernel \ - ssl \ socket TRUSTED_BENCHMARKS += \ kernel/qhostinfo \ - socket/qtcpserver \ - ssl/qsslsocket + socket/qtcpserver + +contains(QT_CONFIG, openssl) { + SUBDIRS += ssl + TRUSTED_BENCHMARKS += ssl/qsslsocket +} + +include(../trusted-benchmarks.pri) -include(../trusted-benchmarks.pri) \ No newline at end of file -- cgit v1.2.3