summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-04-01 12:12:10 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-04-15 20:38:44 +0200
commitd437a0bfca8f96dfd39c5872fd9479f2b7c4e61e (patch)
tree8c91e1f67b6d68b00f2b3b464561c7a9560cc65d /tests/benchmarks/corelib
parent92d351089bf7e285c9800342ff72205c04984f6c (diff)
Remove Qt dependency from some test helper executables
pro2cmake did not take into account the QT -= qt bit of the .pro files. Fixes: QTBUG-91676 Change-Id: If1373ee966312e4246490bd7389d75be9fa739cb Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/benchmarks/corelib')
-rw-r--r--tests/benchmarks/corelib/io/qprocess/testProcessLoopback/CMakeLists.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/CMakeLists.txt b/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/CMakeLists.txt
index 02c50f7df2..896435b27b 100644
--- a/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/CMakeLists.txt
+++ b/tests/benchmarks/corelib/io/qprocess/testProcessLoopback/CMakeLists.txt
@@ -1,13 +1,5 @@
-# Generated from testProcessLoopback.pro.
-
#####################################################################
## testProcessLoopback Binary:
#####################################################################
-qt_internal_add_benchmark(testProcessLoopback
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
+add_executable(testProcessLoopback main.cpp)