qt5base-lts/examples/opengl/opengl.pro
Laszlo Agocs 9f3d6e325f 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>
2023-11-17 22:27:01 +01:00

13 lines
235 B
Prolog

TEMPLATE = subdirs
SUBDIRS = openglwindow \
hellogles3
qtHaveModule(widgets) {
SUBDIRS += 2dpainting \
hellogl2 \
cube \
textures \
stereoqopenglwidget
}