summaryrefslogtreecommitdiffstats
path: root/tests/auto/opengl/qglfunctions
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/opengl/qglfunctions')
-rw-r--r--tests/auto/opengl/qglfunctions/CMakeLists.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/auto/opengl/qglfunctions/CMakeLists.txt b/tests/auto/opengl/qglfunctions/CMakeLists.txt
deleted file mode 100644
index 8eb344a8d6..0000000000
--- a/tests/auto/opengl/qglfunctions/CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-# Generated from qglfunctions.pro.
-
-if(NOT TARGET Qt::OpenGL)
- return()
-endif()
-
-#####################################################################
-## tst_qglfunctions Test:
-#####################################################################
-
-add_qt_test(tst_qglfunctions
- SOURCES
- tst_qglfunctions.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::OpenGL
- Qt::Widgets
-)
-
-#### Keys ignored in scope 1:.:.:qglfunctions.pro:<TRUE>:
-# _REQUIREMENTS = "qtHaveModule(opengl)"