Ensure QtForPython is a proper dependency for the PythonToolGem.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
monroegm-disable-blank-issue-2
Chris Galvan 4 years ago
parent e3b1c4b7d0
commit 7cc9c584b7

@ -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

@ -13,5 +13,8 @@
"${Name}"
],
"icon_path": "preview.png",
"requirements": ""
"requirements": "",
"dependencies": [
"QtForPython"
]
}

Loading…
Cancel
Save