mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
31 lines
549 B
Prolog
31 lines
549 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
|
||
|
|
||
|
qtConfig(widgets) {
|
||
|
SUBDIRS += \
|
||
|
qrhiprof
|
||
|
}
|