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 --- .../qprocess_and_guieventloop/write-read-write/CMakeLists.txt | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tests/auto/other') diff --git a/tests/auto/other/qprocess_and_guieventloop/write-read-write/CMakeLists.txt b/tests/auto/other/qprocess_and_guieventloop/write-read-write/CMakeLists.txt index 87a5e14fc3..b395ebf1a4 100644 --- a/tests/auto/other/qprocess_and_guieventloop/write-read-write/CMakeLists.txt +++ b/tests/auto/other/qprocess_and_guieventloop/write-read-write/CMakeLists.txt @@ -1,13 +1,5 @@ -# Generated from write-read-write.pro. - ##################################################################### ## write-read-write Binary: ##################################################################### -qt_internal_add_executable(write-read-write - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" - SOURCES - main.cpp - PUBLIC_LIBRARIES - Qt::Gui -) +add_executable(write-read-write main.cpp) -- cgit v1.2.3