summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/network.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/network/network.pro')
-rw-r--r--tests/benchmarks/network/network.pro12
1 files changed, 8 insertions, 4 deletions
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