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.pro19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/benchmarks/network/network.pro b/tests/benchmarks/network/network.pro
deleted file mode 100644
index d53041eb61..0000000000
--- a/tests/benchmarks/network/network.pro
+++ /dev/null
@@ -1,19 +0,0 @@
-TEMPLATE = subdirs
-QT_FOR_CONFIG += network-private
-
-SUBDIRS = \
- access \
- kernel \
- socket
-
-TRUSTED_BENCHMARKS += \
- kernel/qhostinfo \
- socket/qtcpserver
-
-qtConfig(openssl) {
- SUBDIRS += ssl
- TRUSTED_BENCHMARKS += ssl/qsslsocket
-}
-
-include(../trusted-benchmarks.pri)
-