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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro
index ec812407f7..01b3b80ef4 100644
--- a/tests/benchmarks/network/network.pro
+++ b/tests/benchmarks/network/network.pro
@@ -8,7 +8,7 @@ TRUSTED_BENCHMARKS += \
kernel/qhostinfo \
socket/qtcpserver
-contains(QT_CONFIG, openssl) {
+qtConfig(openssl) {
SUBDIRS += ssl
TRUSTED_BENCHMARKS += ssl/qsslsocket
}