Merge pull request #5458 from aws-lumberyard-dev/cgalvan/FixedPythonToolGemDependencyOnQtForPython

Ensure QtForPython is a proper dependency for the PythonToolGem.
This commit is contained in:
Chris Galvan
2021-11-09 16:09:25 -06:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -53,6 +53,8 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
BUILD_DEPENDENCIES
PUBLIC
Gem::${Name}.Editor.Static
RUNTIME_DEPENDENCIES
Gem::QtForPython.Editor
)
# By default, we will specify that the above target ${Name} would be used by
+4 -1
View File
@@ -13,5 +13,8 @@
"${Name}"
],
"icon_path": "preview.png",
"requirements": ""
"requirements": "",
"dependencies": [
"QtForPython"
]
}