Make AutomatedTest dependent on Qt5::Test for imports in tests that use it (#802)

This commit is contained in:
Terry Michaels
2021-05-18 11:43:05 -05:00
committed by GitHub
parent 8cfe16c06f
commit f624fefeac
+2
View File
@@ -23,6 +23,7 @@ endif()
ly_add_target(
NAME QtForPython.Editor.Static STATIC
NAMESPACE Gem
find_package(Qt)
FILES_CMAKE
qtforpython_editor_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
PLATFORM_INCLUDE_FILES
@@ -40,6 +41,7 @@ ly_add_target(
Gem::EditorPythonBindings.Static
RUNTIME_DEPENDENCIES
3rdParty::pyside2
Qt5::Test
)
ly_add_target(