Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
mGear dist: add QJsonModel submodule and configure scons Closes #21. …
Browse files Browse the repository at this point in the history
…Also added a new vendor folder
  • Loading branch information
miquelcampos committed Dec 5, 2018
1 parent a67b83e commit 8c88cf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ mgearinit = gen("framework/scripts/mgear/__init__.py", "framework/scripts/mgear/
mgearmod = gen("mGear.mod", "mGear.mod.in")
mgearpy = filter(lambda x: not os.path.basename(x).startswith("__init__.py"), excons.glob("scripts/mgear/*"))
qtpy = ["Qtdotpy/Qt.py"]
qjason = ["vendor/QJsonModel/qjsonmodel.py"]
NoClean(mgearinit + mgearmod)

defines = []
Expand Down Expand Up @@ -53,6 +54,7 @@ targets = [
"scripts/mgear/": excons.glob("framework/scripts/mgear/menu.py"),
"scripts/mgear/vendor/": excons.glob("framework/scripts/mgear/vendor/*.py"),
"scripts/mgear/vendor": qtpy,
"scripts/mgear/vendor": qjason,
"scripts/mgear/core": excons.glob("framework/mgear_core/scripts/mgear/core/*"),
"scripts/mgear/crank": excons.glob("framework/crank/scripts/mgear/crank/*"),
"scripts/mgear/animbits": excons.glob("framework/animbits/scripts/mgear/animbits/*"),
Expand Down

0 comments on commit 8c88cf6

Please sign in to comment.