From ee5db96ef70c493e04214d4b7822396d6edb7502 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 17:56:19 +0100 Subject: [PATCH] Regenerate tests/auto/network/bearer Change-Id: I57526fa99376708203fb1723f3b85243925a1273 Reviewed-by: Simon Hausmann --- .../auto/network/bearer/qnetworkconfiguration/CMakeLists.txt | 4 ---- .../bearer/qnetworkconfigurationmanager/CMakeLists.txt | 4 ---- .../qnetworkconfigurationmanagerqappless/CMakeLists.txt | 4 ---- .../auto/network/bearer/qnetworksession/lackey/CMakeLists.txt | 2 +- tests/auto/network/bearer/qnetworksession/test/CMakeLists.txt | 4 ---- 5 files changed, 1 insertion(+), 17 deletions(-) diff --git a/tests/auto/network/bearer/qnetworkconfiguration/CMakeLists.txt b/tests/auto/network/bearer/qnetworkconfiguration/CMakeLists.txt index c09bc25af1..1db8bb1e6b 100644 --- a/tests/auto/network/bearer/qnetworkconfiguration/CMakeLists.txt +++ b/tests/auto/network/bearer/qnetworkconfiguration/CMakeLists.txt @@ -5,13 +5,9 @@ ##################################################################### add_qt_test(tst_qnetworkconfiguration - GUI SOURCES ../qbearertestcommon.h tst_qnetworkconfiguration.cpp PUBLIC_LIBRARIES Qt::Network ) - -#### Keys ignored in scope 1:.:.:qnetworkconfiguration.pro:: -# CONFIG = "testcase" diff --git a/tests/auto/network/bearer/qnetworkconfigurationmanager/CMakeLists.txt b/tests/auto/network/bearer/qnetworkconfigurationmanager/CMakeLists.txt index ea4a4e1457..355bd4898a 100644 --- a/tests/auto/network/bearer/qnetworkconfigurationmanager/CMakeLists.txt +++ b/tests/auto/network/bearer/qnetworkconfigurationmanager/CMakeLists.txt @@ -5,13 +5,9 @@ ##################################################################### add_qt_test(tst_qnetworkconfigurationmanager - GUI SOURCES ../qbearertestcommon.h tst_qnetworkconfigurationmanager.cpp PUBLIC_LIBRARIES Qt::Network ) - -#### Keys ignored in scope 1:.:.:qnetworkconfigurationmanager.pro:: -# CONFIG = "testcase" diff --git a/tests/auto/network/bearer/qnetworkconfigurationmanagerqappless/CMakeLists.txt b/tests/auto/network/bearer/qnetworkconfigurationmanagerqappless/CMakeLists.txt index 8ca330bf17..dcf18785bf 100644 --- a/tests/auto/network/bearer/qnetworkconfigurationmanagerqappless/CMakeLists.txt +++ b/tests/auto/network/bearer/qnetworkconfigurationmanagerqappless/CMakeLists.txt @@ -5,13 +5,9 @@ ##################################################################### add_qt_test(tst_qnetworkconfigurationmanagerqappless - GUI SOURCES ../qbearertestcommon.h tst_qnetworkconfigurationmanagerqappless.cpp PUBLIC_LIBRARIES Qt::Network ) - -#### Keys ignored in scope 1:.:.:qnetworkconfigurationmanagerqappless.pro:: -# CONFIG = "testcase" diff --git a/tests/auto/network/bearer/qnetworksession/lackey/CMakeLists.txt b/tests/auto/network/bearer/qnetworksession/lackey/CMakeLists.txt index 717b62e0ca..c2d0d59d57 100644 --- a/tests/auto/network/bearer/qnetworksession/lackey/CMakeLists.txt +++ b/tests/auto/network/bearer/qnetworksession/lackey/CMakeLists.txt @@ -5,7 +5,7 @@ ##################################################################### add_qt_executable(lackey - OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/./" + OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" SOURCES main.cpp PUBLIC_LIBRARIES diff --git a/tests/auto/network/bearer/qnetworksession/test/CMakeLists.txt b/tests/auto/network/bearer/qnetworksession/test/CMakeLists.txt index c4b75af2c0..0df7ce71da 100644 --- a/tests/auto/network/bearer/qnetworksession/test/CMakeLists.txt +++ b/tests/auto/network/bearer/qnetworksession/test/CMakeLists.txt @@ -5,7 +5,6 @@ ##################################################################### add_qt_test(tst_qnetworksession - GUI SOURCES ../../qbearertestcommon.h tst_qnetworksession.cpp @@ -15,9 +14,6 @@ add_qt_test(tst_qnetworksession Qt::Network ) -#### Keys ignored in scope 1:.:.:test.pro:: -# CONFIG = "testcase" - ## Scopes: #####################################################################