diff options
author | Cristián Maureira-Fredes <[email protected]> | 2019-03-25 17:49:38 +0100 |
---|---|---|
committer | Venugopal Shivashankar <[email protected]> | 2019-09-27 14:44:39 +0000 |
commit | 142d75c30ac18461b350c543d6eb43df1ae60aa4 (patch) | |
tree | 7d025f430dda287eca47b6cdd60e985e38606174 /examples/widgets/animation | |
parent | 45fdb9c06d8934e5c8de208e584d4c35943cd3b8 (diff) |
Add .pyproject files for each example
Change-Id: I4dec66067aa2b0cc50d1ac3226537e4f09006132
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'examples/widgets/animation')
4 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/animation/animatedtiles/animatedtiles.pyproject b/examples/widgets/animation/animatedtiles/animatedtiles.pyproject new file mode 100644 index 000000000..08ee55685 --- /dev/null +++ b/examples/widgets/animation/animatedtiles/animatedtiles.pyproject @@ -0,0 +1,4 @@ +{ + "files": ["animatedtiles.qrc", "animatedtiles.py", + "animatedtiles_rc.py"] +} diff --git a/examples/widgets/animation/appchooser/appchooser.pyproject b/examples/widgets/animation/appchooser/appchooser.pyproject new file mode 100644 index 000000000..14bc351a1 --- /dev/null +++ b/examples/widgets/animation/appchooser/appchooser.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["appchooser_rc.py", "appchooser.py", "appchooser.qrc"] +} diff --git a/examples/widgets/animation/easing/easing.pyproject b/examples/widgets/animation/easing/easing.pyproject new file mode 100644 index 000000000..2677e28ea --- /dev/null +++ b/examples/widgets/animation/easing/easing.pyproject @@ -0,0 +1,4 @@ +{ + "files": ["easing.qrc", "ui_form.py", "easing.py", "easing_rc.py", + "form.ui"] +} diff --git a/examples/widgets/animation/states/states.pyproject b/examples/widgets/animation/states/states.pyproject new file mode 100644 index 000000000..d94cf2e65 --- /dev/null +++ b/examples/widgets/animation/states/states.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["states.py", "states_rc.py"] +} |