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>
This commit is contained in:
parent
2198fc6a4a
commit
9f3d6e325f
@ -4,7 +4,6 @@
|
|||||||
qt_internal_add_example(openglwindow)
|
qt_internal_add_example(openglwindow)
|
||||||
qt_internal_add_example(hellogles3)
|
qt_internal_add_example(hellogles3)
|
||||||
if(TARGET Qt6::Widgets)
|
if(TARGET Qt6::Widgets)
|
||||||
qt_internal_add_example(contextinfo)
|
|
||||||
qt_internal_add_example(2dpainting)
|
qt_internal_add_example(2dpainting)
|
||||||
qt_internal_add_example(hellogl2)
|
qt_internal_add_example(hellogl2)
|
||||||
qt_internal_add_example(cube)
|
qt_internal_add_example(cube)
|
||||||
|
@ -4,8 +4,7 @@ SUBDIRS = openglwindow \
|
|||||||
hellogles3
|
hellogles3
|
||||||
|
|
||||||
qtHaveModule(widgets) {
|
qtHaveModule(widgets) {
|
||||||
SUBDIRS += contextinfo \
|
SUBDIRS += 2dpainting \
|
||||||
2dpainting \
|
|
||||||
hellogl2 \
|
hellogl2 \
|
||||||
cube \
|
cube \
|
||||||
textures \
|
textures \
|
||||||
|
Loading…
Reference in New Issue
Block a user