aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-04-26 14:26:51 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-05-02 13:14:57 +0000
commitdb4c54756088c59e35cbe4f64bd35d7aa43f8c56 (patch)
treef02b8d07e2aa422c3025e8fafe75d0c0c12a2f64 /sources/pyside2/tests
parent67f389a79d08f7835d7f226836008e3384e7dd77 (diff)
Add PySide2: Add OpenGL version functions as separate module
The OpenGL version functions produce a lot of library code, so, add them as a separate module. Task-number: PYSIDE-955 Change-Id: I44737f4741f0a81f46a192961173e154ae66698e Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/tests')
-rw-r--r--sources/pyside2/tests/QtOpenGLFunctions/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtOpenGLFunctions/CMakeLists.txt b/sources/pyside2/tests/QtOpenGLFunctions/CMakeLists.txt
new file mode 100644
index 000000000..2f7cb08b9
--- /dev/null
+++ b/sources/pyside2/tests/QtOpenGLFunctions/CMakeLists.txt
@@ -0,0 +1 @@
+# Please add some tests, here