summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/network/kernel
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-29 18:56:54 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-02-01 21:14:01 +0100
commit7d1cda9de3e88db33696675c9723209d0f876cdb (patch)
tree1859b2b1a061adb34376ff11e8b50f3e718c24b4 /tests/benchmarks/network/kernel
parenta4574bfd34d68ac7e670626e21175bf2fb04abb0 (diff)
Remove qmake project files for benchmarks
Also remove tests/tests.pro that would be empty without the benchmarks. Change-Id: Iaf92a729d1286b3e0c03bf9f877b59e1d83708e6 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'tests/benchmarks/network/kernel')
-rw-r--r--tests/benchmarks/network/kernel/kernel.pro4
-rw-r--r--tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro9
2 files changed, 0 insertions, 13 deletions
diff --git a/tests/benchmarks/network/kernel/kernel.pro b/tests/benchmarks/network/kernel/kernel.pro
deleted file mode 100644
index 7b18eefda2..0000000000
--- a/tests/benchmarks/network/kernel/kernel.pro
+++ /dev/null
@@ -1,4 +0,0 @@
-TEMPLATE = subdirs
-
-qtConfig(private_tests): SUBDIRS += \
- qhostinfo
diff --git a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro b/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
deleted file mode 100644
index 41dae0051b..0000000000
--- a/tests/benchmarks/network/kernel/qhostinfo/qhostinfo.pro
+++ /dev/null
@@ -1,9 +0,0 @@
-TEMPLATE = app
-TARGET = tst_bench_qhostinfo
-
-QT -= gui
-QT += core-private network network-private testlib
-
-CONFIG += release
-
-SOURCES += main.cpp