aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtOpenGL/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtOpenGL/CMakeLists.txt')
-rw-r--r--tests/QtOpenGL/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/QtOpenGL/CMakeLists.txt b/tests/QtOpenGL/CMakeLists.txt
new file mode 100644
index 000000000..3064edfbc
--- /dev/null
+++ b/tests/QtOpenGL/CMakeLists.txt
@@ -0,0 +1,3 @@
+if(${QTVERSION} VERSION_GREATER 4.6.9)
+ PYSIDE_TEST(qglbuffer_test.py)
+endif()