From a768c28b31339dfaf01844dc92054bd9f631b8f7 Mon Sep 17 00:00:00 2001 From: jckand-amzn Date: Mon, 10 May 2021 15:11:28 -0500 Subject: [PATCH] Adding Qtest as a dependency of Editor automated tests --- AutomatedTesting/Gem/PythonTests/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt index 3124f1048a..11ee414b36 100644 --- a/AutomatedTesting/Gem/PythonTests/CMakeLists.txt +++ b/AutomatedTesting/Gem/PythonTests/CMakeLists.txt @@ -366,6 +366,7 @@ 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 )