summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEcho
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/auto/corelib/io/qprocess/testProcessEcho
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/auto/corelib/io/qprocess/testProcessEcho')
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEcho/CMakeLists.txt10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/auto/corelib/io/qprocess/testProcessEcho/CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEcho/CMakeLists.txt
index 128f35538b..55b9537fe1 100644
--- a/tests/auto/corelib/io/qprocess/testProcessEcho/CMakeLists.txt
+++ b/tests/auto/corelib/io/qprocess/testProcessEcho/CMakeLists.txt
@@ -1,13 +1,5 @@
-# Generated from testProcessEcho.pro.
-
#####################################################################
## testProcessEcho Binary:
#####################################################################
-qt_internal_add_executable(testProcessEcho
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- #PUBLIC_LIBRARIES # special case remove
- #Qt::Gui # special case remove
-)
+add_executable(testProcessEcho main.cpp)