qt5base-lts/examples/opengl/opengl.pro
Laszlo Agocs 413e74e9a5 Move qopenglwidget example to manual tests
Pick-to: 6.5
Change-Id: I76e6377008484a7b17c65e3c03139a0fb2fc5c34
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
2023-05-24 12:58:27 +02:00

14 lines
264 B
Prolog

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