Merge pull request #5458 from aws-lumberyard-dev/cgalvan/FixedPythonToolGemDependencyOnQtForPython
Ensure QtForPython is a proper dependency for the PythonToolGem.
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user