Skip to content

Commit

Permalink
Merge pull request #6 from cgalvan/cgalvan/FixedPyShapeExampleQtForPy…
Browse files Browse the repository at this point in the history
…thonDependency

Fixed the Python Shape Example to have QtForPython gem as a dependency.
  • Loading branch information
cgalvan authored Nov 9, 2021
2 parents 75ddd3b + 6933441 commit 3244708
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions py_gems/PyShapeExample/Code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ if(PAL_TRAIT_BUILD_HOST_TOOLS)
BUILD_DEPENDENCIES
PUBLIC
Gem::PyShapeExample.Editor.Static
RUNTIME_DEPENDENCIES
Gem::QtForPython.Editor
)

# By default, we will specify that the above target PyShapeExample would be used by
Expand Down
7 changes: 5 additions & 2 deletions py_gems/PyShapeExample/gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "What license PyShapeExample uses goes here: i.e. https://opensource.org/licenses/MIT",
"origin": "The primary repo for PyShapeExample goes here: i.e. http://www.mydomain.com",
"type": "Code",
"summary": "A short description of PyShapeExample.",
"summary": "Day 1 example of a custom tool in Python that can create shapes in the Editor.",
"canonical_tags": [
"Gem"
],
Expand All @@ -13,5 +13,8 @@
],
"icon_path": "preview.png",
"requirements": "",
"restricted_name": "PyShapeExample"
"restricted_name": "PyShapeExample",
"dependencies": [
"QtForPython"
]
}

0 comments on commit 3244708

Please sign in to comment.