qskinny/playground/playground.pro
Uwe Rathmann 0ed9afe2b4 QskBoxShadowNode introduced ( from playground/shadows )
- shader code migrated from glsl to vulkan-glsl
   - #ifdef "Geschnetzel" introduced to support old and rhi graphic APIs
   - iotdashboard, shadows examples adjusted
2022-06-04 17:56:14 +02:00

23 lines
256 B
Prolog

TEMPLATE = subdirs
SUBDIRS += \
anchors \
dialogbuttons \
invoker \
inputpanel \
images
SUBDIRS += shadows
qtHaveModule(webengine) {
SUBDIRS += \
webview
}
qtHaveModule(quickwidgets) {
SUBDIRS += \
grids
}