From 142d75c30ac18461b350c543d6eb43df1ae60aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Mon, 25 Mar 2019 17:49:38 +0100 Subject: Add .pyproject files for each example Change-Id: I4dec66067aa2b0cc50d1ac3226537e4f09006132 Reviewed-by: Venugopal Shivashankar --- examples/widgets/animation/animatedtiles/animatedtiles.pyproject | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/widgets/animation/animatedtiles/animatedtiles.pyproject (limited to 'examples/widgets/animation/animatedtiles/animatedtiles.pyproject') 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"] +} -- cgit v1.2.3