From d437a0bfca8f96dfd39c5872fd9479f2b7c4e61e Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 1 Apr 2021 12:12:10 +0200 Subject: 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 Reviewed-by: Alexandru Croitor --- .../corelib/io/qprocess/testProcessLoopback/CMakeLists.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests/benchmarks/corelib/io') 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) -- cgit v1.2.3