Change computegles31 example to a manual test

Change-Id: I652daf3ccbb921c5eb73b48586ee9616c7704b97
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
(cherry picked from commit 5a36f4cd9c6252b98786801f5a33962c1e5a1ca0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Laszlo Agocs 2023-03-22 16:31:53 +01:00 committed by Qt Cherry-pick Bot
parent 89dde06966
commit 599d867210
9 changed files with 0 additions and 2 deletions

View File

@ -13,6 +13,5 @@ if(TARGET Qt6::Widgets)
qt_internal_add_example(cube)
qt_internal_add_example(textures)
qt_internal_add_example(hellogles3)
qt_internal_add_example(computegles31)
qt_internal_add_example(stereoqopenglwidget)
endif()

View File

@ -13,6 +13,5 @@ qtHaveModule(widgets) {
cube \
textures \
hellogles3 \
computegles31 \
stereoqopenglwidget
}

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB