qtbase/examples/opengl/opengl.pro

19 lines
409 B
Prolog

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