qtbase/examples/opengl/opengl.pro
Laszlo Agocs 9daf2744b2 Change paintedwindow example to be a manual test
Pick-to: 6.5
Change-Id: I25a0f491f824c43fc75ba6358518133ede09adcd
Reviewed-by: Christian Strømme <christian.stromme@qt.io>
2023-03-23 15:13:02 +01:00

15 lines
300 B
Prolog

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