qt6windows7/examples/opengl/opengl.pro
2023-11-01 18:02:52 +01:00

14 lines
264 B
Prolog

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