aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/opengl.pyproject5
-rw-r--r--examples/opengl/textures/textures.pyproject3
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/opengl/opengl.pyproject b/examples/opengl/opengl.pyproject
new file mode 100644
index 000000000..12f435daf
--- /dev/null
+++ b/examples/opengl/opengl.pyproject
@@ -0,0 +1,5 @@
+{
+ "files": ["grabber.py", "samplebuffers.py", "hellogl.py",
+ "hellogl2.py", "contextinfo.py", "2dpainting.py",
+ "overpainting.py"]
+}
diff --git a/examples/opengl/textures/textures.pyproject b/examples/opengl/textures/textures.pyproject
new file mode 100644
index 000000000..05416190a
--- /dev/null
+++ b/examples/opengl/textures/textures.pyproject
@@ -0,0 +1,3 @@
+{
+ "files": ["textures.qrc", "textures_rc.py", "textures.py"]
+}