Ensure QtForPython is a proper dependency for the PythonToolGem.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2021-11-09 13:53:04 -06:00
parent e3b1c4b7d0
commit 7cc9c584b7
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"
]
}