summaryrefslogtreecommitdiffstats
path: root/examples/opengl/CMakeLists.txt
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-11-15 16:50:11 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-11-17 22:27:01 +0100
commit9f3d6e325f48ad41766f16b33ac2543e09b800fe (patch)
treed65bc0fc5adb520a87c8c20a96a57f132d57c60f /examples/opengl/CMakeLists.txt
parent2198fc6a4ab3ba565802a9012e693a8ba16080bd (diff)
Make contextinfo example a manual test
Change-Id: I9023016d50e82bba1fa73632cc1409b3d016f352 Reviewed-by: Kristoffer Skau <kristoffer.skau@qt.io> Reviewed-by: Christian Strømme <christian.stromme@qt.io>
Diffstat (limited to 'examples/opengl/CMakeLists.txt')
-rw-r--r--examples/opengl/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/opengl/CMakeLists.txt b/examples/opengl/CMakeLists.txt
index eb7e2d2782..b750396500 100644
--- a/examples/opengl/CMakeLists.txt
+++ b/examples/opengl/CMakeLists.txt
@@ -4,7 +4,6 @@
qt_internal_add_example(openglwindow)
qt_internal_add_example(hellogles3)
if(TARGET Qt6::Widgets)
- qt_internal_add_example(contextinfo)
qt_internal_add_example(2dpainting)
qt_internal_add_example(hellogl2)
qt_internal_add_example(cube)