From 9d244b6e2be08732922cd519b370894e44438c07 Mon Sep 17 00:00:00 2001 From: jckand-amzn Date: Tue, 11 May 2021 12:50:38 -0500 Subject: [PATCH] Removing test dependency from EditorTests --- AutomatedTesting/Gem/PythonTests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt index 11ee414b36..3124f1048a 100644 --- a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt @@ -366,7 +366,6 @@ if(PAL_TRAIT_BUILD_TESTS_SUPPORTED AND PAL_TRAIT_BUILD_HOST_TOOLS AND PAL_TRAIT_ Legacy::Editor AZ::AssetProcessor AutomatedTesting.Assets - 3rdParty::Qt::Test COMPONENT Editor )