Files
qt5.12.8/examples/opengl/opengl.pro
2025-08-26 22:57:23 +08:00

21 lines
415 B
Prolog

TEMPLATE = subdirs
SUBDIRS = hellowindow \
paintedwindow \
qopenglwindow
qtHaveModule(widgets) {
SUBDIRS += contextinfo \
threadedqopenglwidget \
2dpainting \
hellogl2 \
qopenglwidget \
cube \
textures \
hellogles3 \
computegles31
}
EXAMPLE_FILES += \
legacy