qt6windows7/examples/opengl/opengl.pro
2023-10-29 23:33:08 +01:00

15 lines
295 B
Prolog

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