![Uwe Rathmann](/assets/img/avatar_default.png)
- shader code migrated from glsl to vulkan-glsl - #ifdef "Geschnetzel" introduced to support old and rhi graphic APIs - iotdashboard, shadows examples adjusted
23 lines
256 B
Prolog
23 lines
256 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
anchors \
|
|
dialogbuttons \
|
|
invoker \
|
|
inputpanel \
|
|
images
|
|
|
|
SUBDIRS += shadows
|
|
|
|
qtHaveModule(webengine) {
|
|
|
|
SUBDIRS += \
|
|
webview
|
|
}
|
|
|
|
qtHaveModule(quickwidgets) {
|
|
|
|
SUBDIRS += \
|
|
grids
|
|
}
|