qskinny/playground/playground.pro
Uwe Rathmann 0f825209d0 gradients testprogram:
- widgets dependency removed
    - implementations for other shaders added
2022-12-20 16:30:49 +01:00

25 lines
291 B
Prolog

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