f9d90c6fba
Fixes: QTBUG-114770 Change-Id: Ibb1ced7f19d15a5116c60e95fd3e6b86ace63155 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
41 lines
727 B
Prolog
41 lines
727 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
hellominimalcrossgfxtriangle \
|
|
compressedtexture_bc1 \
|
|
compressedtexture_bc1_subupload \
|
|
texuploads \
|
|
msaatexture \
|
|
msaarenderbuffer \
|
|
cubemap \
|
|
cubemap_scissor \
|
|
cubemap_render \
|
|
multiwindow \
|
|
multiwindow_threaded \
|
|
triquadcube \
|
|
offscreen \
|
|
floattexture \
|
|
float16texture_with_compute \
|
|
mrt \
|
|
shadowmap \
|
|
computebuffer \
|
|
computeimage \
|
|
instancing \
|
|
noninstanced \
|
|
tex3d \
|
|
texturearray \
|
|
polygonmode \
|
|
tessellation \
|
|
geometryshader \
|
|
stenciloutline \
|
|
stereo \
|
|
tex1d \
|
|
displacement \
|
|
imguirenderer \
|
|
multiview
|
|
|
|
qtConfig(widgets) {
|
|
SUBDIRS += \
|
|
qrhiprof
|
|
}
|