qtbase-opensource-src/examples/opengl/opengl.pro

21 lines
415 B
Prolog
Raw Normal View History

2022-05-14 17:39:13 +08:00
TEMPLATE = subdirs
SUBDIRS = hellowindow \
paintedwindow \
qopenglwindow
qtHaveModule(widgets) {
SUBDIRS += contextinfo \
threadedqopenglwidget \
2dpainting \
hellogl2 \
qopenglwidget \
cube \
textures \
hellogles3 \
computegles31
}
EXAMPLE_FILES += \
legacy