qtdeclarative/examples/quick/scenegraph/scenegraph.pro

33 lines
510 B
Prolog

TEMPLATE = subdirs
qtConfig(opengl(es1|es2)?) {
SUBDIRS += \
graph \
simplematerial \
sgengine \
textureinsgnode \
openglunderqml \
textureinthread \
twotextureproviders
}
SUBDIRS += \
customgeometry \
rendernode \
threadedanimation
macos {
SUBDIRS += metalunderqml
}
win32 {
SUBDIRS += d3d11underqml
}
qtConfig(vulkan) {
SUBDIRS += vulkanunderqml
}
EXAMPLE_FILES += \
shared